-
We can fix it by returning speechService if it exists
instead of `result.error("INITIALIZE_FAIL", "SpeechService instance already exist.", null);`
-
I'm looking for an open source solution to be able to dictate text to other apps on android.
The kõnele project does just that but their app wants to separate the engine to a server that you can conf…
-
We would like to add vocabulary to our small Japanese model to be able to recognize specific names, but we are having trouble creating a successful custom dictionary.
First, I added the words I want …
-
Below is the trace and although there are no Exception I can se in the logs, the dictation is not working. The result is always "Partial Result".
17:13:48.898 Verbose Main Thread VoskNAudio+Init …
-
@RangerMauve Thanks for sharing your configuration of `nerd-dictation`.
Nevertheless I am just wondering how to switch between different speaking modes while dictating? Though the default seems to …
zenny updated
6 months ago
-
It would be nice to publish such packages
-
Hi Nickolay,
its good to see you active with a new ASR project :-) As far as I remember we talked a bit back in the Sphinx4 days when I was working on [ILA](https://cmusphinx.github.io/2015/01/ila-…
-
1. vosk decode:
model config set:
```
--min-active=200
--max-active=7000
--beam=12.0
--lattice-beam=6.0
--acoustic-scale=1.0
--frame-subsampling-factor=3
--endpoint.silence-phones=1:2:3:4:5:6…
-
Hi,
I love Vosk, I have multiple python scripts using it and it works brilliantly!
I would like to be able to use Vosk with micropython on an eps32-wroom, is this possible?
-
Hi, dear author
The grammar in vosk is very useful, but there are also some problems for me, for example:
1. Replacement error in similar pronunciation,like "two" and "to" in one sentence
2. Ther…