Is there any way to record audio on Ubuntu server? I've got Ubuntu on an old Acer Aspire 5520g but I'm not sure where to start with recording audio on it.
Asked
Active
Viewed 321 times
1 Answers
0
Of course - there are lots of programs out there which do this - most are fairly minimal - but Audacity has lots of features, and works almost everywhere.
(If you can't get sound output working then you'll probably have problems with recording too)
Edit:
Or if you need a command line tool - arecord comes bundled in the ALSA package

symcbean
- 21,009
- 1
- 31
- 52
-
Does Audacity work on the CLI? – Andrei Serdeliuc Aug 19 '10 at 14:18
-
1Don't think so - if you've got alsa confugred, try 'arecord'. See man page for more details – symcbean Aug 19 '10 at 14:44
-
Thanks symcbean, I managed to get areacord, now onto the joy of finding sound drivers. Any chance you can delete the comment and post it as an answer so I can accept it? Cheers! – Andrei Serdeliuc Aug 19 '10 at 16:16