On 11 Apr 2002 03:36:50 -0400
Lyvim Xaphir <[EMAIL PROTECTED]> wrote:

> OK, I'm asking for some help now.  I've got to record sound coming from
> the sound card into wav or mp3 format.  I've looked at krecord but I
> can't install it on this LM81 system; it won't recognize my artsd
> library as valid.
> 
> Has anybody else got some recommendations for something that will work? 
> It would be nice to get it recording into mp3 format so that the hard
> drive won't be filled with one big wav.
> 
> Does Xmms have a recording plugin that I've missed?  Info?  Suggestions?
> Anybody?
> 
> 
> Tanks,
> 
> LX
> 

to record an external source, assuming that /dev/dsp is your device:
dd </dev/dsp >foo.au
you can test like this. first connect a microphone and have a look at your mixer.
then type "dd bs=8k count=4 </dev/dsp >foo.au" to record your voice.
if right, maybe you could use lame in a pipe.
try this: "dd bs=8k count=4 </dev/dsp | lame - foo.mp3" never tried....

bye
jipe
 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to