View Single Post
  #1  
Old 11-12-2009, 03:12 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Can't record from sound card: No Stereo Mix option in Ubuntu 9.10 (Linux)


I used to record "stereo mix" of soundcard output on Windows.

Read a few tutorials about using the "arecord" command to do the same thing on Linux.

However, using the following command only gives me the microphone input:
Code:
arecord -d 10 -f cd -t wav -D hw out.wav
which means, if I unplug the mic, I will hear nothing.

Is there a way to record the digital output or even back-end audio samples of the "stereo mix"?

Ubuntu 9.10, Realtek 92xx sound card

Thanks!
Reply With Quote