Luca
Luca
The behavior you report is quite odd. The `recognize_vosk` method can just work offline. As you can see from the source code, the method looks for a downloaded Vosk model,...
Hi everybody! Just out of curiosity, there is any particular reason for not to merge this PR? It looks like a nice-to-feature for which @rebootl proposed a valid implementation. I...
I have installed as suggested by @MrKeith99, and `ros_vosk` works like a charm!
Hi everybody, and thank you for helping me in solving this issue! Expanding on @justinthelaw [comment](https://github.com/SYSTRAN/faster-whisper/issues/516#issuecomment-1902687567) I have used the following command instead: ``` path LD_LIBRARY=$LD_LIBRARY_PATH:$HOME/path/to/venv/lib64/python3.x/site-packages/nvidia/cublas/lib:$HOME/path/to/venv/lib64/python3.x/site-packages/nvidia/cudnn/lib ``` With this you...
Hi! Have you tried adjusting the `energy` parameters of the `Recognizer`? See [`Recognizer.__init__()`](https://github.com/Uberi/speech_recognition/blob/53c994f4997b6dfbda873506628ebe4be7ed6f25/speech_recognition/__init__.py#L326-L339) Apart from that, could you maybe pre-process your audio to increase the file volume? This would at...