alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.7k stars 1.08k forks source link

nodejs fix: mic example not working #1203 #1303

Open BrunoHenrique00 opened 1 year ago

BrunoHenrique00 commented 1 year ago

Fixed the mic example not working on the nodejs/demo folder.

This was happening due to Sox pipe mode inside the mic lib, giving audio in 32-bit format and not in 16-bit as Vosk expects!

Closes #1203

nshmyrev commented 1 year ago

Thanks, I'd really prefer a module without sox binary dependency which is not straightforward for the users. Node-portaudio or something like that.