1

I know I can use the Android SpeechRecognizer API for speech recognition, but that API is meant for pressing a button, saying something, and then having it spit the text out. I'm wondering if there's a way to use a pre-recorded file (3gp) on the device and run that through some built-in library. All of my searches have only brought up the SpeechRecognizer, which can't use audio files.

Christopher Wirt
  • 1,108
  • 1
  • 10
  • 21

1 Answers1

0

As I have found, it isn't possible with android's API, but there may be a way around it.

Try this url.

EDIT: I haven't tested it myself, it doesn't really look like it's supported, but check the link I guess.

I hope this helps!

Community
  • 1
  • 1
Bobby
  • 1,416
  • 1
  • 17
  • 30