alphacep / vosk-android-demo

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

Recognizer from #200

Open FZ985 opened 1 year ago

FZ985 commented 1 year ago

Is speech recognition pcm? Or wav?

nshmyrev commented 1 year ago

pcm

FZ985 commented 1 year ago

The pcm data I obtained from Rongyun sdk could not identify the content

nshmyrev commented 1 year ago

Probably data has wrong format, dump the data to a file and listen.

FZ985 commented 1 year ago

Found the problem, Rongyun sdk uses dual channel, I will be able to identify the pcm into mono, Thanks