View Single Post
  #3  
Old 01-15-2010, 05:07 AM
Stream Recorder
 
Posts: n/a
Default

Re: Record audio from sound card in Linux (direct sound recording software)


How to record audio from your sound with VLC:
  1. Install VLC player by running the following in the terminal:
    Code:
    sudo apt-get install vlc
  2. Run VLC
  3. Go to "View" and mark the "Advanced controls" checkbox.
  4. The Record button (red dot button) will appear. Hit it to record audio from your sound card.
  5. The recordings in Ubuntu 9.10 are saved to your home folder (Places -> Home folder) by default. To change the recordings directory select the "Tools" -> "Preferences" -> "Input and codecs" and change the "Record directory and file name".
Reply With Quote