Re: Can anyone suggest an audio recorder?
Akkana Peck <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.nmglug |
|---|---|
| Message-ID | <[email protected]> |
LeRoy Diener <[email protected]> wrote: > > Hi NMGLUG folks,Does anyone have any experience using an audio recorder? ABQLUG writes: > Hey LeRoy,I use audacity. It should already be in your repo. Audacity is a great program, but it's somewhat complex and has a steep learning curve. gnome-sound-recorder is a simpler app that might do the job. Or you can even record from the command line, e.g. ffmpeg -f alsa -i hw:0 rec1.wav (hit ctrl-C to end the recording, if I recall correctly). Disclaimer, I haven't done any real-world recordings with these; I've just been using them to test microphones. ...Akkana