1

I installed the tool audio-recorder doing this:

 sudo add-apt-repository ppa:osmoma/audio-recorder
 sudo apt-get update
 sudo apt-get install audio-recorder

Now how can you set it up as default audio recorder for Ubuntu?

Lucio
  • 18,843
Michael
  • 2,499
  • 5
  • 19
  • 24

1 Answers1

1

Try this:

  1. Install pavucontrol (Pulse Audio Volume Control) using apt-get
  2. Open it (should be in the Sound and Video category)
  3. Go to the Recording tab
  4. Select the "Applications" drop down menu
  5. Look for the "Record from" menu and select audio-recorder
  • Hi. It says this 'package pavucontrol is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source' – Michael May 26 '14 at 23:21
  • I think that means you already have Pulse installed. Type "Audio" or "Mixer" in the Unity dash and you should find it. – dario_ramos May 26 '14 at 23:29