18

I used to use a mixer of some kind and I can't remember which...

I would like to record audio from the output, without leaving the computer. I remember in the Jaunty days you could easily enable different inputs and outputs as passthroughs of sorts from the sound preferences.

How can I achieve this functionality on 10.04 and beyond?

I don't favor any particular way, be it digital, analog, pulse or alsa... I can support any solution.

Zanna
  • 72,312
TryTryAgain
  • 1,038

2 Answers2

27

Wow, that was quick...I feel guilty for posting this, but I have been struggling to find an answer so I hope this helps someone else:

Taken from http://ubuntuforums.org/showthread.php?t=1440833 does exactly what I was looking for...tested and working. The term I used to find the solution was "record internal audio" rather than output/input keywords.

To sum it up:

  • Install pavucontrol (PulseAudio Volume Control) using apt-get or the Ubuntu Software Center.

  • Open PulseAudio Volume Control. It should be in the applications menu under Sound and Video.

  • Open Sound Recorder and start recording. Playing any sound at this point would be helpful, as your level indicator should react once you have finished.

  • Go to the "Recording" tab in the PulseAudio Volume Control window.

  • Make sure that "Applications" is selected in the drop down menu on the "Recording" tab.

  • Choose "Monitor of Internal Audio Analog Atereo" from the "Record Stream from" menu in the Sound Recorder entry of the application list.

TryTryAgain
  • 1,038
1

In case VLC does not recognize the pulse:// protocol to record the pulseaudio stream, install the pulse plugin using apt-get install vlc-plugin-pulse.

Jens Erat
  • 5,131
  • 7
  • 33
  • 37
wiless
  • 11
  • 2