From owner-freebsd-questions Sun Feb 2 19:09:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA03722 for questions-outgoing; Sun, 2 Feb 1997 19:09:01 -0800 (PST) Received: from science-guy.npt.nuwc.navy.mil (SCIENCE-GUY.NPT.NUWC.NAVY.MIL [129.190.139.47]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA03708 for ; Sun, 2 Feb 1997 19:08:51 -0800 (PST) Received: (from tod@localhost) by science-guy.npt.nuwc.navy.mil (8.8.3/8.7.3) id WAA07047; Sun, 2 Feb 1997 22:08:09 -0500 (EST) Date: Sun, 2 Feb 1997 22:08:09 -0500 (EST) Message-Id: <199702030308.WAA07047@science-guy.npt.nuwc.navy.mil> From: Tod Luginbuhl To: root@pent.ibm.net CC: questions@freebsd.org In-reply-to: <199702030102.UAA13504@pent.ibm.net> (root@pent.ibm.net) Subject: Re: How do you record from a mic. in FreeBSD? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Adam, >I have a project I'm doing and need to record a sound >and then analyze the digitized pattern it produces. >My problem is that I can't find any info on how you >record sound from a microphone in FreeBSD. Try installing nas (network audio system) from the packages collection and using its utility aurecord. >Any pointers or help would be greatly appreciated. Make sure that you read the man pages carefully --- specifically, remember to set the -audio option on aurecord (I forget regularly) or set the environment variable AUDIOSERVER. You may also find it useful to install sox (sound exchange) from the packages collection as well. It converts sound files from one format to another. Good luck, Tod