I'm doing an app which converts from speech to text. I have googled and find that google speech api is a google choice. Now I meet a question: When user speak to ios device, how can I capture the audio file? does any Frameworks or APIs should be introduced? And what's the type of raw audio file, WAV or MP3? Thank you.
Asked
Active
Viewed 688 times
-1
-
To let you know mp3 isn't a raw audio format; it's compressed. – Letrstotheprez Mar 06 '12 at 22:22
-
@Letrstotheprez OK it's my mistake, but that's not the point, I really want to know just a tip about reading audio from microphone – Smeegol Mar 07 '12 at 02:42
-
Yea I got that sorry, I just wanted to inform you in case you didn't know. – Letrstotheprez Mar 08 '12 at 01:46
-
@Letrstotheprez I have solve the problem after I read Apple's demo named SpeakHere, thank you. – Smeegol Mar 08 '12 at 05:13
1 Answers
0
Why don't you take a look at some of the existing StackOverflow questions on this subject. Try Speech to text Conversion.? or What is the current best speech recognition API for ios to match few keywords?

Community
- 1
- 1

Michael Levy
- 13,097
- 15
- 66
- 100