Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Extra info + Bonus' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Extra info + Bonus
Authored by: yvesvdb on Jul 05, '02 09:17:36AM

Hi,
just discovered that you can encode multiple bit rates and run the whole proces as deamons in the background at the terminal you can do:
# esdrec | lame -b 128 - - | ./example &
to start a second encoding
# esdrec | lame -b 56 - - | ./example &
be aware that you first have to compile example app with an other mount point otherwise you will send both encodings to the same point,or you could also stream it to a second icecast server if you whish!

If you dont want to stream your imput but just write it down as an MP3 file do
# esdrec | lame -b 128 - ~/Desktop/liverec.mp3
output that you will see is something like this ...
Assuming raw pcm input file
LAME version 3.91 (http://www.mp3dev.org/)
Using polyphase lowpass filter, transition band: 15115 Hz - 15648 Hz
Encoding <stdin> to /Users/yves/Desktop/liverec.mp3
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=5

You can stop the recording by pressing ctrl - c
The file you get can be played in iTunes ...

Sound inputs that I've tested are Powerbook Mic and sound in port on the Titanium 800 MHz

Yves.



[ Reply to This | # ]