-
I am trying to use pretrained German model:
https://alphacephei.com/vosk/models/vosk-recasepunc-de-0.21.zip
and as mentioned in readme file, I run:
python example.py de-test.txt
but I keep…
-
Hi,
Is there (or could there be) a way to use Vosk models no listed in the official download list with Audapolis ?
I've trained my own model for a low-ressource language and it would be great to be …
-
I’m reaching out regarding a recurring issue with the Vosk server when interfacing with FreeSWITCH’s mod_vosk. We have a setup where FreeSWITCH with mod_vosk is on one EC2 instance, and the Vosk serve…
-
I have vosk-server running on a VPS server under Ubuntu 22.04, cloned from https://github.com/alphacep/vosk-server. And I have vtt_client.py running on Windows 10 via WSL2/Ubuntu, cloned from https://…
-
It says WebSocket URL is non-existent. To make it work we should use something like https://github.com/msqr1/Vosklet (alert: I'm the author). It loads models and recognize locally like vosk-browser, b…
msqr1 updated
7 months ago
-
Hi, and thank you for PVA !
I'm a bit confused as to what exactly is needed in order to get PVA works in french. I've installed PVA from the repo (fedora user here).
I have a working mbrola (te…
-
I got the error:
```
Traceback (most recent call last):
File "/home/savant/Projects/Chapterize-Audiobooks/chapterize_ab.py", line 1078, in
main()
File "/home/savant/Projects/Chapterize-A…
-
As of 5e02806*, the vosk service is fully functional/compatible with AnySoftKeyboard, but incompatible with OpenBoard and FlorisBoard**. Both of the latter use the inputmethodmanager framework as oppo…
-
Code
```js
var vosk = require('vosk')
const fs = require("fs");
var mic = require("mic");
MODEL_PATH = "./vosk"
SAMPLE_RATE = 16000
if (!fs.existsSync(MODEL_PATH)) {
console.log("Pl…
-
Hi all , I downloaded the MicrophoneVosk project, I also downloaded the Italian model vosk-model-small-it-0.22 .zip , I unzipped the model ,
follows the code:
class Program
{
static …