node-audiorecorder icon indicating copy to clipboard operation
node-audiorecorder copied to clipboard

Audio recorder for Node.js, delivers a 16-bit signed-integer linear pulse modulation WAV stream.

Results 2 node-audiorecorder issues
Sort by recently updated
recently updated
newest added

Hi, When specifying a device using the device property on macOS leads to the recorder exiting with code 1. ![image](https://user-images.githubusercontent.com/48387933/230147084-7efba5b8-68e1-44e4-8631-4658c16dd3a9.png) const options = { program: `rec`, // Which program to...

question

The examples folder that is linked has two examples, none of which uses this function from the API, instead, they depend on the user hitting CTRL+c to turn off the...

enhancement