Record and Save Audio files in SavethatWave then show as aText in text field.

Home Forums OpenEars Record and Save Audio files in SavethatWave then show as aText in text field.

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

  • Author
    Posts
  • #1019855
    ManojNeelam
    Participant

    I downloaded OpenEars distribution, Rapidears and Savethatwave.
    I am beginner ios developer, i want to develop Speech to Text application in iOS.
    I Followed the Tutorial i have done TTS.But how can i Record the audio file and convert it in to Text and i want to show in text field.
    Can any one send me the sample complete code to record speech and convert to text.

    #1019857
    Halle Winkler
    Politepix

    Welcome,

    I’m going to remove your other question since it is very similar to this one.

    I downloaded OpenEars distribution, Rapidears and Savethatwave.
    I am beginner ios developer, i want to develop Speech to Text application in iOS.

    OK, the first thing is that you don’t need to use RapidEars to do speech recognition. OpenEars does speech recognition. RapidEars does it in real time as the user is speaking (instead of waiting for them to pause and then performing recognition), which is a feature that is fine to consider adding after you have the basics working, but it isn’t necessary for the app you have described so you should just stick to using free OpenEars for now.

    But how can i Record the audio file and convert it in to Text and i want to show in text field.

    You don’t need to record the audio file in order to perform speech recognition. OpenEars can do that for your automatically using its PocketsphinxController class. Take another look at the tutorial and choose the option “Offline speech recognition” and you will receive sample code for performing speech recognition. Alternately, the sample app which ships with OpenEars performs speech recognition on its specific vocabulary right out of the box, and it shows how to show the recognized speech as a text UILabel.

    From your other question:

    can i get more support from openears that how can build the application and distribute

    Sorry, the support is limited to questions that are specifically about implementing an OpenEars app. It would be great if there were enough time to also help with general questions about developing for the iPhone and writing Objective-C, but taking on such a large scope of support would make it difficult to continue developing OpenEars. You can ask questions about OpenEars features like how to create your own vocabulary that can be recognized by OpenEars and various settings of OpenEars, but not questions about how to build an application or distribute one, or beginning Objective-C questions like how to make a UILabel to show the results of speech recognition. For those questions, it is good to read a book about Objective-C/Cocoa since there are many good ones and they can give you better advice. It is a good idea to also read some of the OpenEars documentation before asking questions, since the documentation is not very long and it contains all of the answers to the most common questions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.