sysco

Forum Replies Created

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

  • Author
    Posts
  • in reply to: force speech analysis to begin?? #10915
    sysco
    Participant

    Great! thanks for your help.

    in reply to: force speech analysis to begin?? #10913
    sysco
    Participant

    I was thinking if I called -runRecognitionOnWavFileAtPath: I might have performance issues creating NSData from the file path.

    //from ContinuousModel.mm
    NSData *originalWavData = [NSData dataWithContentsOfFile:wavPath];

    I’m considering using a timer for <5 seconds of audio.

    Simply, I want to require the user to say something in a given time interval. I don't want to wait for silence to occur.

    Thoughts?

    in reply to: force speech analysis to begin?? #10911
    sysco
    Participant

    I will experiment with both strategies. I looked at the source briefly and it seems an issue might be disk I/O…. but other that the performance would be the same. Right?
    Of course in the end Rapid Ears looks great too. Thanks again….

    in reply to: force speech analysis to begin?? #10908
    sysco
    Participant

    Thanks for your fast reply…

    So It’s NOT possible to do something like this.

    -startListeningWithLanguageModelAtPath:…..

    – (void) pocketsphinxDidStartListening{
    // start an NSTImer

    }
    -(void)timesUp:(NSTimer)timer{

    pocketsphinxController.secondsOfSilenceToDetect = 0;
    // OR
    // mute the audio here…

    }

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