alphacep / vosk-android-demo

Offline speech recognition for Android with Vosk library.
Apache License 2.0
714 stars 187 forks source link

Is mp3 accepted as an audio format ? #174

Closed taouichaimaa closed 2 years ago

taouichaimaa commented 2 years ago

I have extracted audio from my mp4 , so I have the audio in mp3 format. Should I convert it to wav or is it accepted the way it is?

nshmyrev commented 2 years ago

You have to convert to wav first yourself. Probably some mobile ffmpeg make sense.