# To record both mic and other audio input sources we need to add a named output sink. See: # http://www.linuxquestions.org/questions/linux-software-2/alsa-and-pulseaudio-recording-multiple-input-devices-877614/ # http://www.youtube.com/watch?v=oJADNOY615Y&feature=player_embedded # Add this to your /etc/pulse/default.pa file load-module module-null-sink sink_name=stream load-module module-loopback latency_msec=5 sink=stream load-module module-loopback latency_msec=5 sink=stream