69 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
90
views
Standalone Android application with AlphaCephei (Vosk) library
I need to integrate the AlphaCephei library to my Android application.
I found a sample but it contains two modules - one is app with demo functionality, and another one is model located in the ...
0
votes
1
answer
162
views
UnsatisfiedLinkError when trying to use Vosk for a Java Maven Project
I am creating a program to convert speech to text via Vosk in a Java Maven project, but I am getting an "UnsatisfiedLinkError" when I run the program.
I am using the following Maven ...
0
votes
0
answers
46
views
Problem: Text Not Pasted After speech Recognition
The code uses Vosk for speech recognition and is supposed to paste the transcribed text into the current input field using pyperclip.copy() and pyautogui.hotkey('ctrl', 'v'). The speech is recognized ...
0
votes
1
answer
146
views
I cant seem to get my Android App to work with Vosk in MacOS12.7
I have been through the wringer trying to get Voice Recognition for an Android App i'm developing on my MacOS 12.7, using Python3.10, Kivy2.3, speechrecognition requirement, and Vosk 3.44, ive been ...
0
votes
0
answers
32
views
How can I properly read the total frame count of a converted MP3 file with Wave?
I am trying to set up audio transcription using VOLK and Wave in Python. The final issue i have is that when I try to read the total frames in my audio file, the number is much higher than the actual ...
0
votes
0
answers
235
views
Vosk Model is not Loading
It keep saying,
Loading Vosk Model...
extracting /vosk/vosk_model_en_in_0_5_tar_gz/downloaded.tar.gz to /vosk/vosk_model_en_in_0_5_tar_gz (strip_first_component: true)
Unrecognized archive format
...
0
votes
0
answers
56
views
Unable to control volume on iOS when vosk is active on my react native app
I'm using the react-native-vosk library for speech recognition in my app. The recognition is used to detect sentences in a text to trigger some actions, on android everything works perfectly, but on ...
1
vote
0
answers
86
views
Simultaneous Text to speech and Speech to text in Python
I am trying to do Text to Speech (TTS) using pyttsx3 and Speech to Text (STT) using Vosk (as I wanted offline).
I have these two part in 2 separate threads, but they are not able to operate ...
0
votes
1
answer
131
views
Vosk speech to text stops working when i disconnect my external mic
In tauri JS app I am recording audio from JS and processing it and sending data to python child process through a rust handler. In python script i am using vosk to convert speech to text on real time.
...
0
votes
2
answers
5k
views
Use Vosk speech recognition with Python
I'm trying to use Vosk speech recognition in a Python script, but the result is always :
{
"text" : ""
}
It's not a problem with my file because when I use in DOS "vosk-...
0
votes
1
answer
1k
views
How to run Vosk on GPU?
I tried the following code:
#!/usr/bin/env python3
import sys
import json
from vosk import BatchModel, BatchRecognizer, GpuInit
from timeit import default_timer as timer
TOT_SAMPLES = 0
GpuInit()
...
1
vote
0
answers
1k
views
Vosk Model for Speech to Text
I want to train vosk model vosk-model-en-us-0.22 from https://alphacephei.com/vosk/models with an addition data of my voice with transcript of 1 hour so that the model gets overfit with my voice and ...
1
vote
1
answer
71
views
Run Python script file in exe from PHP under Windows 10
I need to run a Python script file in exe from PHP under Windows 10, specifically it is the vosk-client.exe file, if I run the file from CMD command prompt it works perfectly but if I run it from PHP ...
1
vote
1
answer
929
views
Managing Large Vosk Models in Android java
I intend to use the "vosk" library in my Android project written in Java. Initially, I was able to perform speech-to-text tasks using a small and lightweight model. However, I'm unsure how ...
0
votes
0
answers
626
views
Vosk project unity cannot find libvosk
downloaded project with Vosk (Speech recognition system) implementation, and every project that i try crashes, and in one project i found that error
DllNotFoundException: libvosk assembly: type: ...