vincentsaluzzo / node-microphone

microphone is a simple module that use `arecord` ALSA tools method to capture sound from a USB Microphone
56 stars 48 forks source link

use sox on MacOSX #2

Closed guileen closed 10 years ago

guileen commented 10 years ago

use command below works on MacOSX

sox -d -t dat -p

vincentsaluzzo commented 10 years ago

Thanks for your feature