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

Support 'parec' from PulseAudio #49

Open dgburr opened 5 years ago

dgburr commented 5 years ago

Native PulseAudio support (parec) enables some use cases not possible with ALSA emulation (arecord), e.g. multiple microphones can be mixed together and recorded simultaneously by node-record-lpcm16

gillesdemey commented 5 years ago

Thanks for the PR, would you be interested in converting it into a recorder (example https://github.com/gillesdemey/node-record-lpcm16/blob/master/recorders/arecord.js) ?