Tagged Questions

6
votes
3answers
55k views

How do I convert speech to text?

How could I take MP3 and convert the speech to text? I've got some recorded notes from a conference and from meetings (there is a single voice on the recording, which is my voice). I thought it would ...
2
votes
1answer
182 views

Speech to Text from own sound file

As you probably know, implementing speech-to-text is pretty easy with the Android API. All you have to do is just call up the API's intent and it will return text for you. My case is a bit different, ...
0
votes
0answers
191 views

How to save file from RecognitionListener onBufferReceived?

I am trying to use Android's Speech API to perform speech-to-text on user-spoken input and I would also like to get a copy of the audio they just spoke (to play back for other app features). It looks ...