vosk-android-demo icon indicating copy to clipboard operation
vosk-android-demo copied to clipboard

Offline speech recognition for Android with Vosk library.

Results 69 vosk-android-demo issues
Sort by recently updated
recently updated
newest added

您好,请问通过麦克风实时翻译,如何做到跟demo里面识别wav格式文件一样的识别率?

Hi, I would like to find a way to reset utterance sent to `onPartialResult(String s)` method **without** stopping/starting the engine. Is there a way to achieve it ? I knew...

There seems to be a short time period about 3 seconds where there is no recognition ability between stoping the mic and starting it. For example as soon as you...

--min-active=200 --max-active=3000 --beam=1.0 --lattice-beam=2.0 --acoustic-scale=1.0 --frame-subsampling-factor=3 --endpoint.silence-phones=1:2:3:4:5:6:7:8:9:10 --endpoint.rule2.min-trailing-silence=0.5 --endpoint.rule3.min-trailing-silence=1.0 --endpoint.rule4.min-trailing-silence=2.0 希望大佬能帮我解释一下这些参数的含义万分感激,还有就是如果我将英文的model切换为中文model后,自己将英文的conf文件夹拷贝到model-android目录下也可以设置model.conf吗,这样有效果吗?

Hello, Thanks for this great demo! Can this demo be adapted to decode utterances into phones, instead of into words? I want to get the phone sequence corresponding to the...

可以怎样提高识别率

is there any guide to create the similar demo for computing score based on PLDA? Thanks a lot.

Kindly add the ProGuard rules. I want to use this sample code in my application.

With websockets instead of local engine.

Hi Nickolay, Here is a scenario, suppose an audio is playing in a user's Andorid device and meanwhile an announcement occurs outside, now microphone is capturing multiple inputs. How can...