Search code examples
iphoneobjective-cspeech-recognitionvoice-recording

Adding recorded voice recognition iPhone


In my program I have some recorded voice. After that I need to recognition it, for example: I launched program, saying something, and when program received word that have been recorded it shows UIAlertView. Anybody knows any sdk or example code? Thanks..


Solution

  • Hope the below link will helpful for you. They will also provide sample app for recognizing sounds. Download it and try it.

    Ispeech SDK

    Please note that ispeech does not perform natural voice recognition and the advertising materials are very misleading. The voice recognition piece of iSpeech requires a set vocabulary similar to the open source (and free) OpenEars SDK.