From: Raoul Boenisch <st0136@hrz.uni-essen.de>
To: linux-sound@vger.kernel.org
Subject: Re: recording with Microphone
Date: Sat, 16 Jan 1999 00:48:07 +0000 [thread overview]
Message-ID: <marc-linux-sound-91644419907849@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-91612993715069@msgid-missing>
On Mon, 11 Jan 1999, Georg Wendt wrote:
> im looking for a simple tool, that allows me to record voice using a
>
> Microphone plugged into the Soundcard.
>
> Best with Program-Code...
>
> BTW, is there anything, I should especially take care of?
Here is a solution with fixed sample length:
# Record <count> seconds of audio from microphone
dd bs=8k count=4 < /dev/audio > sample.au
# Play back sound
cat sample.au > /dev/audio
--
Raoul Boenisch, Winkhauser Talweg 165, 45473 Muelheim an der Ruhr, Germany
homepage: http://www.raoul.home.pages.de/ home phone: +49 208 764257
Reply-To: st0136@hrz.uni-essen.de
next prev parent reply other threads:[~1999-01-16 0:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-01-12 4:49 recording with Microphone Erik de Castro Lopo
1999-01-13 1:34 ` flatmax
1999-01-16 0:48 ` Raoul Boenisch [this message]
-- strict thread matches above, loose matches on Subject: below --
1999-01-11 20:48 Georg Wendt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-91644419907849@msgid-missing \
--to=st0136@hrz.uni-essen.de \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.