Questions tagged [vosk]

Questions about Vosk Speech Recognition Library

Vosk is a speech recognition toolkit. The best things in Vosk are:

  • Supports 9 languages - English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese. More to come.
  • Works offline, even on lightweight devices - Raspberry Pi, Android, iOS
  • Installs with simple pip3 install vosk
  • Portable per-language models are only 50Mb each, but there are much bigger server models available.
  • Provides streaming API for the best user experience (unlike popular speech-recognition python packages)
  • There are bindings for different programming languages, too - java/csharp/javascript etc.
  • Allows quick reconfiguration of vocabulary for best accuracy.
  • Supports speaker identification beside simple speech recognition.
65 questions
0
votes
1 answer

Vosk Speaker Recognition

I'm currently implementing Vosk Speech recognition into an application. Looking specifically at the speaker recognition, I've implemented the test_speaker.py from the examples and it is functional. Being new to this, how can I identify and/or create…
rafadevi
  • 11
  • 1
  • 3
0
votes
0 answers

Vosk / porcupine fehler

I have a problem with Vosk a. Porcupine the console : [2021-02-26 07:44:44.413060] Detected porcupine Traceback (most recent call last): File "C:\Users\jens\PycharmProjects\pythonProject2\porcupine_demo_mic.py", line 210, in main() …
0
votes
0 answers

Speech not getting transcripted while using Agora and Vosk

I am using Agora SDK to voice call and I want speech transcription while in the call so I have used Vosk SDK to transcript my speech Here I am facing one issue that simultaneously not both SDKs are working either Agora Voice call can work or…
Mohit Dholakia
  • 252
  • 2
  • 16
-1
votes
0 answers

Cannot import gpt4all after vosk OSError: [WinError 127] The specified procedure could not be found

My python version is 3.11.4 and I am using Pycharms and my project is in a venv So, I am trying to use vosk speech recognition offline model and gpt4all falcon model to make a voice assistant in python. The error I am facing is when I import the…
-1
votes
1 answer

Cannot change python version of flask

I am using vosk to compare user voice and given text to read, and print out an accuracy json. I am able to run vosk separately via the terminal and get results. But when i try to run it through flask i get the following…
Prakash R
  • 23
  • 4
1 2 3 4
5