Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
90 views

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

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

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 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

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

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

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

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

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

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

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

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 ...
RAW's user avatar
  • 11
1 vote
1 answer
71 views

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 ...
Rene's user avatar
  • 31
1 vote
1 answer
929 views

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

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: ...
NeTBoy's user avatar
  • 1

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /