Subject: Re: How to record audio.
To: Gan Uesli Starling <alias@starling.us>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 08/30/2002 13:45:07
On Fri, 30 Aug 2002, Gan Uesli Starling wrote:
> How best ought I record audio on NetBSD?
man audiorecord
man mixerctl
man audioctl
I use xmix or mixerctl to set my "record.source=mic" and tunr up the mic
(like "inputs.mic=232"). Then this works for me:
$ audiorecord -t 00:05 ~/audio/jeremy
$ audioplay ~/audio/jeremy
The hardest part for me is plugging the microphone into the right jack.
> http://www.software.jodda.de/record.html
Please consider packaging it.
Also have a look at PR pkg/18124: New package audio/sweep, version 0.5.1
And have a look audio/dap and audio/xwave. (And maybe audio/nas and
audio/wmmixer.)
> Seems a good opportunity to find the Unix
> way versus just boot to Windows and learn
> how there.
$ cat /dev/audio > ~/audio/jeremy
^C
$ cat ~/audio/jeremy > /dev/audio
Good luck,
Jeremy C. Reed
http://bsd.reedmedia.net/