jsynth-mic
A simple Web Audio API module for accessing the getUserMedia audio stream from a mic/line-in. Returns an emitter, which.on('node') passes yours listener a Web Audio Node. See the example. Currently, the opinion of this module is to mix the mic to mono.
npm install jsynth-mic
the example
var audioContext = windowAudioContext || webkitAudioContextvar master = // call the module with the master audio contextvar mic = master // it returns an event emittermic
testing
you can run the example by browserifying entry.js, or using opa
npm install -g opa watchify
opa -e entry