gillesdemey / node-record-lpcm16

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

Removed lodash dependency #13

Closed basickarl closed 7 years ago

basickarl commented 8 years ago

Lodash dependency was not really needed, replaced it with something that works.

gillesdemey commented 7 years ago

Thanks for the PR, I've solved it in the current master branch using Object.assign :)