gillesdemey / node-record-lpcm16

:microphone: Records a 16-bit signed-integer linear pulse modulation code encoded audio file.
ISC License
212 stars 59 forks source link

Fix for sox recording on Windows #48

Closed manifestinteractive closed 6 years ago

manifestinteractive commented 6 years ago

The previous code was not working for me on Windows and it was documented that the -t flag needed to be changed to waveaudio and a new -d flag needed to be added to use the default recording device ( otherwise you would get an error from sox that no default recording device was detected ).

gillesdemey commented 6 years ago

Awesome, thanks!