-
Due to changes in Makfile.x86_64, in release 0.3.13 we have fma options used with DYNAMIC_ARCH:
```
make: Entering directory '/home/shmyrev/travis/kaldi/tools/OpenBLAS'
make[1]: Entering director…
-
excuse me im still new to this area of machine learning and speech recognition i'v read the documentation and installed vosk and tried test_microphone in python/examples and it works very well but …
-
Hi. I am working on a project about speech recognition with raspberry pi and vosk api. I want to autorun my python script when I plug in the RPI. I have done autorun configuration on RPI. Script is …
-
Unable to `make`, let alone `/.configure`. Any suggestions? Thanks.
**MacOS Catalia 10.15.4. Latest version of Xcode.***
(base) HOME tools % make
extras/check_dependencies.sh
…
-
Hi,
I am trying to run vosk on Raspberry Pi
I had installed it using pip3 install vosk
downloaded and testing the installation with test.wav. The steps I had followed is
wget https://alphace…
-
-
On a Raspberry Pi Zero W with Raspbian 10 buster.
sudo apt-get install libgfortran-6-dev
pip3 install --user vosk
cd vosk-api/python/example
wget https://github.com/alphacep/kald…
-
I would like to point out that an identifier like “[`_VOSK_API_H_`](https://github.com/alphacep/vosk-api/blob/e5c08f7710dd5201970d930d58602b896480aae4/src/vosk_api.h#L17 "Update candidate")” [does not…
-
Hello,
I am following the following steps to use Vosk in Java:
1. Build recent kaldi
2. git clone https://github.com/alphacep/vosk-api
3. cd vosk-api/java
4. export KALDI_ROOT=
5. export JAV…
-
Hi there,
I keep getting an error while trying to run make run,
the error, `java: symbole lookup error: /home/vosk-api/java/libvosk_jni.so: undefined symbol: vdPowx`
I have repeated the whole …