Re: [LAU] read after write

From: Kjetil S. Matheussen <k.s.matheussen@email-addr-hidden>
Date: Sun Jul 06 2008 - 15:36:36 EEST

Nicolai Beuermann:
>
> Does anybody has an idea to get read after write audio control. More precisely
> howto record mp3 files and listen to the resulting file to monitor the
> recording/encoding process?
>

Here's a way using jack_capture for recording, lame for converting, and
mplayer for playing:

(xterm -e 'jack_capture -ws|lame -s 44.1 -V2 -r -x - output.mp3' &) && sleep 2 && mplayer -ao jack output.mp3

(Note that jack_capture v0.17 and v0.18 won't work with the above
options, but all other versions should. V0.19 is just uploaded
to http://old.notam02.no/arkiv/src/.)

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Sun Jul 6 16:15:04 2008

This archive was generated by hypermail 2.1.8 : Sun Jul 06 2008 - 16:15:04 EEST