Forum Replies Created
-
AuthorPosts
-
pasupathiParticipant
Hi,
oh ok thank you for your help.I don’t know total video work using AudioSessionManager *oeAudioSessionManager = (AudioSessionManager *) [AudioSessionManager sharedAudioSessionManager];
oeAudioSessionManager.soundMixing = YES;
but call filter controller say:withvoice call particular time freeze video.
Thank you.
-Pasupathi.pasupathiParticipantHi,
once again thank you, I am remove audio session only add self.fliteController.noAudioSessionOverrides it is freeze total video at first frame.
-Pasupathi.pasupathiParticipantHi ,
Thank you for your fast replay.
self.fliteController.noAudioSessionOverrides=YES;
i think you say like this but i have doubt where i setting it.
AudioSessionManager *oeAudioSessionManager = (AudioSessionManager *) [AudioSessionManager sharedAudioSessionManager];
oeAudioSessionManager.soundMixing = YES;
self.fliteController.noAudioSessionOverrides=YES;
[self.fliteController say:quesLab.text withVoice:self.slt];That is correct or not?
-Pasupathi.
pasupathiParticipantHi Halle,
i am use this code to avoid freeze video During Call TTS method.
Now it is work only avoid total freezing Video,During the time i call TTS method in between frames are freeze my video otherwise good.AudioSessionManager *oeAudioSessionManager = (AudioSessionManager *) [AudioSessionManager sharedAudioSessionManager];
oeAudioSessionManager.soundMixing = YES;
[self.fliteController say:quesLab.text withVoice:self.slt];AudioSessionManager.m in this file, I just replaced kAudioSessionCategory_PlayAndRecord by kAudioSessionCategory_AmbientSound
[videoWriterInput markAsFinished]; method to avoid freezing session.
My Problem during calling TTS at a few seconds my video is freeze(like still Image)Thank you.
-Pasupathi.
pasupathiParticipantHi,
Thank you for your replay.if u know any other idea please refer me.
-PasupathipasupathiParticipantHi,
i need your help my video frame is freeze when i call TextToSpeech method call at a particular time and particular frame is freeze the output video show at a particular time when i call TTS method the frame is Still.How to solve this?
Thank you.
-Pasupathi.pasupathiParticipantHi Thank you for your guide lines to solve this issue.i have other problem video files recorded video is freeze every single second i click that TTS call method at a time.i don’t know how to solve that in this case video is corrupted to upload to server video have some data but video is not played the duration show Zero.Please Help.
-
AuthorPosts