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

Hello, I am using AudioManager from Android studio to capture sound from bluetooth headset instead of the internal microphone of my tablet. However, the following restrictings apply on input streams:...

Hello I'm currently trying to jump into android dev and looking at [this](https://github.com/alphacep/vosk-android-demo) projects source code I don't even know where to begin to find out what part of the...

The latest android app demo does not have a timestamp after compilation. The APK test provided by the download has a timestamp. How can I add a timestamp? eg: I...

Currently after I finish speaking a paragraph, the onResult function returns the timestamps of all words at once. I speak in real time, how can I output the start and...

Hi, after some runtime (2 - 8h) the app crashes with the following error. Looks like a native crash in libvosk_jni.so. How can we fix that issue? 2021-01-27 10:34:06.666 ?...

Hey thanks for the demo app it's amazing, i just want to ask you if it is possible change the result output ( i just want to extract the word...

I had to refuse android.SpeechRecognizer because of the impossibility to extract audio from it so I'd like to find out how I can reach that purpose in here..

Have a [vosk-android-demo-0.3.23-german.apk](https://drive.google.com/file/d/1dIk81VVE0imB1Ul8187T3C-iMmVa2mB7/view?usp=sharing) created with a German model. Please add.

Enable travis CI. To enable travis on your github repository, [follow theses instructions](https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github) I Will put deploy artifact on tag creation later as you may release versions yourself atm. you...

Hi, I'm attempting to adapt the File recognition code to files I record with Android's MediaRecorder class, and I'm having trouble getting it to work with code something like the...