pasupathi

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • Author
    Posts
  • in reply to: T2S breaks video/audio capturing in progress #1019006
    pasupathi
    Participant

    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.

    in reply to: T2S breaks video/audio capturing in progress #1019003
    pasupathi
    Participant

    Hi,
    once again thank you, I am remove audio session only add self.fliteController.noAudioSessionOverrides it is freeze total video at first frame.
    -Pasupathi.

    in reply to: T2S breaks video/audio capturing in progress #1019000
    pasupathi
    Participant

    Hi ,
    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.

    in reply to: T2S breaks video/audio capturing in progress #1018997
    pasupathi
    Participant

    Hi 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.

    in reply to: T2S breaks video/audio capturing in progress #1018995
    pasupathi
    Participant

    Hi,
    Thank you for your replay.if u know any other idea please refer me.
    -Pasupathi

    in reply to: T2S breaks video/audio capturing in progress #1018991
    pasupathi
    Participant

    Hi,
    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.

    in reply to: T2S breaks video/audio capturing in progress #1018977
    pasupathi
    Participant

    Hi 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.

Viewing 7 posts - 1 through 7 (of 7 total)