
01-15-2010, 05:07 AM
|
|
 Re: Record audio from sound card in Linux (direct sound recording software)
How to record audio from your sound with VLC: - Install VLC player by running the following in the terminal:
Code:
sudo apt-get install vlc
- Run VLC
- Go to "View" and mark the "Advanced controls" checkbox.
- The Record button (red dot button) will appear. Hit it to record audio from your sound card.
- 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".
|