[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ***Gnome+esd+multimedia question
On Fri, Jul 13, 2001 at 07:44:06PM +0300, Alexander V. Karelin wrote:
> 1. How do I make sound-recording possible without shutting esd?
esdrec -r 44100 | sox -s -c 2 -w -r 44100 -t raw - -t wav filename.wav
Replace 'esdrec' with 'esdmon' to record a mix of all that's playing
via ESD at the moment instead.
Add '| lame - result.mp3' to encode it to an MP3 on the fly.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il