MB

Forum Replies Created

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

  • Author
    Posts
  • in reply to: Playing a pre-recorded sound before synthesized speech. #14187
    MB
    Participant

    Thanks for the response.
    I want to play the sound before synthesized speech starts playing. Is that possible? The ‘audioPlayerDidFinishPlaying:successfully:’ would only allow audio to be inserted afterwards.

    in reply to: Cancelling speech synthesis in progress. #13115
    MB
    Participant

    There is a method interrupTalking in FliteController. However there is a comment in the header file before this method.

    // Handling not doing voice recognition on Flite speech, do not directly call

    It looks like its just calling [AvAudioPlayer stop] and setting it to nil. So it should be safe to call.

    Thanks,

    –MB

    PS: Is there some way to look at the source code of FliteController.m? I just want to look at the implementation to find out what the methods in the header file do. I don’t want to modify anything. For e.g. I want to find out how AVAudioPlayerDelegate is implemented etc.

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