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: aramis on Sep 30, '04 12:49:38PM

Don't forget the bang in your hash-bang:

#/bin/csh
should be
#!/bin/csh

Otherwise it'll only work if csh is your shell. If you're using bash, then you literally get file.txt:r.mp3 as the output filename. Add the exclamation, and you get a proper file.mp3.

Thanks for the script!



[ Reply to This | # ]