TooTallNate / node-speaker

Output PCM audio data to the speakers
651 stars 146 forks source link

Similar module for capturing pcm data? #58

Closed justinmchase closed 9 years ago

justinmchase commented 9 years ago

This module is working for me very nicely. Now I need to capture pcm data to send out. Does anyone know of a module that may help me? I'm having a hard time finding a non-html5 solution for this.

The AudioContext and getUserMedia api's are just not stable enough yet for me to relibably use them. I'm looking for a native addon alternative.