* recording with Microphone
@ 1999-01-11 20:48 Georg Wendt
0 siblings, 0 replies; 4+ messages in thread
From: Georg Wendt @ 1999-01-11 20:48 UTC (permalink / raw)
To: linux-sound
Hi,
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?
Thx
Georg
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: recording with Microphone
@ 1999-01-12 4:49 Erik de Castro Lopo
1999-01-13 1:34 ` flatmax
1999-01-16 0:48 ` Raoul Boenisch
0 siblings, 2 replies; 4+ messages in thread
From: Erik de Castro Lopo @ 1999-01-12 4:49 UTC (permalink / raw)
To: linux-sound
Georg Wendt wrote:
>
> Hi,
>
> im looking for a simple tool, that allows me to record voice using a
>
> Microphone plugged into the Soundcard.
>
> Best with Program-Code...
Both sox and wavplay will do that. Have look for them at:
http://sound.lovebead.com/
>
> BTW, is there anything, I should especially take care of?
Yeah, take care care not to eat that yellow snow.
Erik
--
+-------------------------------------------------+
Erik de Castro Lopo erikd@zip.com.au
+-------------------------------------------------+
Everything that I've learned about computers I have boiled
down into three principles:
Unix: You think it won't work, but if you find the right
guru, you can make it work.
Macintosh: You think it will work, but it won't.
PC/Windows: You think it won't work, and it won't.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: recording with Microphone
1999-01-12 4:49 Erik de Castro Lopo
@ 1999-01-13 1:34 ` flatmax
1999-01-16 0:48 ` Raoul Boenisch
1 sibling, 0 replies; 4+ messages in thread
From: flatmax @ 1999-01-13 1:34 UTC (permalink / raw)
To: linux-sound
how about :
cat /dev/dsp > microphone.raw
Erik de Castro Lopo wrote:
>
> Georg Wendt wrote:
> >
> > Hi,
> >
> > im looking for a simple tool, that allows me to record voice using a
> >
> > Microphone plugged into the Soundcard.
> >
> > Best with Program-Code...
>
> Both sox and wavplay will do that. Have look for them at:
>
> http://sound.lovebead.com/
>
> >
> > BTW, is there anything, I should especially take care of?
>
> Yeah, take care care not to eat that yellow snow.
>
> Erik
> --
> +-------------------------------------------------+
> Erik de Castro Lopo erikd@zip.com.au
> +-------------------------------------------------+
> Everything that I've learned about computers I have boiled
> down into three principles:
> Unix: You think it won't work, but if you find the right
> guru, you can make it work.
> Macintosh: You think it will work, but it won't.
> PC/Windows: You think it won't work, and it won't.
--
Matt
____________________________
Is anya disna an' ya wanna say - eh.
's anya disna an' ya videeaaaha
....
Postgrad candidate: CSE UNSW <http://www.cse.unsw.edu.au/~flatmax>
Engineer Academi'c: Lake DSP <http://www.lake.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: recording with Microphone
1999-01-12 4:49 Erik de Castro Lopo
1999-01-13 1:34 ` flatmax
@ 1999-01-16 0:48 ` Raoul Boenisch
1 sibling, 0 replies; 4+ messages in thread
From: Raoul Boenisch @ 1999-01-16 0:48 UTC (permalink / raw)
To: linux-sound
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1999-01-16 0:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-01-11 20:48 recording with Microphone Georg Wendt
-- strict thread matches above, loose matches on Subject: below --
1999-01-12 4:49 Erik de Castro Lopo
1999-01-13 1:34 ` flatmax
1999-01-16 0:48 ` Raoul Boenisch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox