Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Audio stream recording > Problem recording from sound card: No Stereo Mix option
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 11-12-2009, 04: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
  #2  
Old 01-15-2010, 08:09 AM
Stream Recorder
 
Posts: n/a
Default

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


Try to record with Audacity as described below:
How to solve the Audacity recording problem in Ubuntu 9.10 Karmic Koala (No "Wave Out" or "Stereo Mix")
Reply With Quote
  #3  
Old 01-15-2010, 11:07 AM
Stream Recorder
 
Posts: n/a
Default

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


First of all try to select the Sound Preferences. In Ubuntu 9.10 right click on the speaker icon in your panel, select the "Sound Preferences", then select the "Hardware" tab. Choose a device to configure and change its settings.

If your soundcard does not offer a "Stereo mix" / "Wave Out Mix" option, you can use the Alsa loopback driver instead. It adds a virtual sound card to your system which can be used to route audio from one application into another.

To load the loopback driver enter

Code:
sudo modprobe snd-aloop
You can find out more how to use the loopback driver. It doesn't work for me in Ubuntu 9.10.
But I managed to record audio with arecord after installing PulseAudio Volume Control.

Stereo Mix audio capture using PulseAudio routing
Start playing your audio source, for example an audio stream coming from a website.

In the PulseAudio Volume Control, check the "Configuration", "Input" and "Ouput" tabs.

Check the VU meter on the "Playback" tab to make sure the audio is playing.

Then start recording with arecord:
Code:
#record audio with "CD" quality (44.1 kHz, stereo)
arecord -f cd -vv test.wav

#record audio with "CD" quality and pipe the recording of arecord into lame making a real-time MP3 with the -V2 vbr quality
arecord -f cd -t wav | lame -h -V2 -high_quality_output.mp3
Then open the PulseAudio Volume Control and select the "Recording" tab.

Change the "Alsa Capture from" to the monitor source of the device you would like to record from. Make sure the recording VU meter of the monitor source is moving.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 07:45 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons