script for converting mp3 files to wav
Igor Gueths
igueths at lava-net.com
Tue Jul 20 15:11:17 EDT 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all. I wrote this a while back, figured some of you might get some use out of it...So I decided to post it.
- ---begin script---
# Note: This script requires that you have lame installed. If you don't currently have Lame, obtain it from http://lame.sourceforge.net.
if [ -z $1 ]; then
echo "Usage: mp3convert <textfile>, where textfile contains a list of mp3 files to be decoded, 1 per line."
exit 0
fi
for textfile in `cat $1`; do
lame --decode $textfile
done
- ---end script---
- --
Failure is not an option, it comes bundled with your Microsoft product.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFA/W5VNohoaf1zXJMRAmdlAKCJiUofi71kYn68R9LhspviRDYiPwCgmukd
sZTG/1K/dK5YsJnZ5vQj5zA=
=QFMN
-----END PGP SIGNATURE-----
More information about the Speakup
mailing list