-
I am getting this error when running the example folder
```dart
Launching lib/main.dart on SM S916B in debug mode...
Running Gradle task 'assembleDebug'...
Exception in thread "main" ja…
-
Hi!
I am pretty new to typescript but have more knowledge in js. I am trying to use this to make a local speech-to-text plugin/extension for obsidian and Firefox (as there are none), any advice wou…
-
What are your thoughts on real-time speech-to-text conversion as a feature in Memento?
There are relatively lightweight open-source models like Kaldi, which use little memory in real time.
There…
-
Currently, Vosk seems only packaged for PIP, but I'd like to use it as a dependency in Wine which expects the library to be installed as a system package (as well as its CI). So, packaging libvosk.so …
-
Hi,
I've been using vosk-server, specifically the websocket server with the dockerfile for a while now, using 16 kHz sample rate (I don't remember exactly why, to be honest). I'm looking into devel…
-
I can't load the vosk model and it doesn't give me an error. I did some editing to find the error.
```
def open_dll():
try:
dlldir = os.path.abspath(os.path.dirname(__file__))
…
-
Hello to everyone,
Is there any chance to find docker for Greek language that is compatible with vosk-server and not vosk-api?
Thanks in advance.
-
So as naming is hardcoded I have to replace vosk model files inside vosk-catala folder.
What if I need a second language?
English and another?
-
Good day, vosk-api supplied by nuget contains "libvosk.dll" which is compiled without parameter "HAVE_CUDA",
based on this -"vosk_gpu_init" do nothing (IDA info)
![img](https://i.imgur.com/F18GqRC…
-
On electron, I need to package vosk so that I can use `const vosk = require("vosk");`.
The issue I am having right now is that, when I try to execute my AppImage file, I get:
```
A JavaScript e…