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

Add ability to pass path to binary as option #54

Open dominicbartl opened 4 years ago

dominicbartl commented 4 years ago

We use this package to record audio but also ship precompiled binaries for each platform. So I added an option to pass the absolute path to the binary.

We're now using the version from our fork but it would be great if this gets merged and released.