For simple scenarios, this should work: for a in *; do sox "$a" "`basename "$a" .ogg`.wav"; done for a in *.wav; do lame --preset extreme "$a" "`basename "$a" .wav`.mp3"; done
-- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs