I’m trying to create a NodeJS STT app using Vosk that should be very simple: it will listen to the microphone and transcribe the audio.
So far, everything works, except for the most important part: getting NodeJS to record the microphone.
I installed SoX, but I’m not sure of how to use it and some libraries (e.g., mic) don’t make it obvious either. Ideally, I’d rather not have to install SoX if possible.
Q: Is there a simple way to get NodeJS to record the microphone on Windows 10?