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 Vosk Error #1294

Closed Fyphen1223 closed 1 year ago

Fyphen1223 commented 1 year ago

When I copied the demo of microphone test javascript, it shows me an error which

Error: spawn arecord ENOENT

I don't know how can I solve this. If some one can hyelp me, please help me.

Thanks,

nshmyrev commented 1 year ago

Install sox or use other microphone recording module instead of mic

Fyphen1223 commented 1 year ago

Nah it didn't fix this issue, but when I re-install that, it had fixed. Thanks,