script for converting mp3 files to wav

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----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-----




[Index of Archives]     [Linux for the Blind]     [Fedora Discussioin]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]
  Powered by Linux