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


Click here to return to the 'Generate LAME-encoded audio MP3 from text' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Generate LAME-encoded audio MP3 from text
Authored by: oink on Sep 30, '04 09:01:01PM

My copy of LAME comes from LameBrain, I just make a symbolic link to it at /usr/local/bin.

More often than not, I find it easier to use the clipboard for things like this. It would be nice if it can be done in one line and I can use it as a alias instead.

My version:

pbpaste | say -o x.aiff
lame --quiet x.aiff x.mp3



[ Reply to This | # ]