Florian Quirin

Results 316 comments of Florian Quirin

Thanks for the info! I'll check-out the links. Is there any server example for streaming yet? I'm currently putting together a new [Javascript Web Audio library for SEPIA](https://github.com/SEPIA-Framework/sepia-web-audio) (coming soon)...

Hi @sskorol I've had a look at the 'asr_server.py' earlier but I probably misinterpreted it a bit. I see now that it seems to process chunks of audio until it...

Great, thanks! I'll finish my work on the audio library and try to install Vosk on my Rpi4 via `pip` to play around a bit. If this works out I'll...

Thats super responsive, awesome! Is it a smaller RU model?

Ok, so this must have been the quickest installation of an open-source ASR system I have EVER seen!!! :astonished: :sunglasses: :scream: :grin: ``` sudo apt-get install python3-pip git libgfortran3 pip3...

I think we can close this issue now ^^. The new WebSocket based SEPIA STT-Server using Vosk is ready for action: https://github.com/SEPIA-Framework/sepia-stt-server and I'm successfully running it on Raspberry Pi4,...

True, I'm using the Vosk RPi optimized models (~40MB) and the classic ZAMIA speech with [custom LM](https://github.com/SEPIA-Framework/sepia-stt-server#using-customized-asr-models) (~40MB as well). I have tried large models as well and the server...

Thanks :+1: . I quickly checked the code (asr_server.py) and guess I need to translate this somehow into my code: ``` from vosk import GpuInit, GpuInstantiate GpuInit() def thread_init(): GpuInstantiate()...

Thanks for the info and links! > Note that if you didn't build sources with HAVE_CUDA flag, these 2 methods are just stubbed I'm using the 0.3.30 Wheel files from...

Ok, ty. I'll put it on the to-do list but I'll probably wait for some "official" CUDA Wheels. I've just spent too much time of my life building ASR systems,...