Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Is there a program for Ubuntu 12.10 that can record sounds of only the output of the speaker and not any voices from outside the PC?

share|improve this question
1  
Why do you want to record sound from inside the computer?? – jP_wanN Dec 15 '12 at 16:48
there is a virtual piano website, and i want to play piano and record it while i'm listening to it from my headphones and not outloud. – AmirRazoR Dec 15 '12 at 16:56
2  
So you just want to record the output sound of a website? I think almost everyone here thought you were talking about sounds of your computer components :D – jP_wanN Dec 15 '12 at 17:42
My answer on this similar question might be helpful: askubuntu.com/questions/167061 – Mik Dec 21 '12 at 0:02

4 Answers

up vote 7 down vote accepted

If I'm not wrong, then i guess you are talking about recording "Stereo Mix" or loopback Output.

In lay man terms Recording Stereo Mix means recording sound from speaker output

Here's how to do it.

  1. Install "pavucontrol" from ubuntu software center.
  2. Install "audacity" from ubuntu software center.
  3. Select "pulse*" as recording device in Audacity
  4. Click Record Button
  5. Open PulseAudio Volume Control (Search For PulseAudio Volume Control in Dash)
  6. Select Recording Tab
  7. Now You Should see ALSA plug-in [audacity]. If you do not see ALSA plug-in [audacity], make sure you have clicked Record Button in audacity. You should be running recording in audacity while performing next step.
  8. Select "Monitor from *". See screen shot. Screen shot of PulseAudio Volume Control
  9. Now you should be able to record the sound you hear from speaker or headphones.

Note: Tested in Ubuntu 12.10 Reference PulseAudio - Ubuntu Wiki

share|improve this answer
1  
i did find "pulse" but i couldn't find "pulse:Mix:0" or anything like mix 0. i just went to preferences and then devices and i clicked on recording and it was only pulse there,where can i find pulse:mix:0? – AmirRazoR Dec 16 '12 at 16:47
@AmirRazoR Update to reflect current version of Ubuntu. – Nikhil Damle Dec 17 '12 at 15:05
The Recording tab in puvucontrol is empty and I too could not find how to change to pulse in audacity. – kroiz May 10 at 6:31

Audacity can record the output of your sound card.

share|improve this answer

I am unaware of any program that does this specifically, but in the past i have simply recorded with the external mike and turned the computer volume up all the way, you might wan't to try that, also recording your screen (with recordmydesktop) captures the internal sound pretty well.

share|improve this answer

A very small, bare-bones software that does exactly what you need, is called (rather obviously) "Audio Recorder", installed like this:

sudo apt-add-repository ppa:osmoma/audio-recorder

sudo apt-get update && sudo apt-get install audio-recorder
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.