[linux-audio-user] how to un-ipod some m4a songs.

Lee A. Azzarello lee at rockingtiger.com
Wed Apr 12 15:36:15 EDT 2006


----- Brian Dunn <job17and9 at sbcglobal.net> wrote:
> I'm trying to un-ipod some songs.
> Does anyone know why the following command gives me an mp3 with a
> horid 
> hiss?
> 
> #!/bin/bash
> for i in *.m4a; do
>         faad -o - "$i" | lame -m s - -o "${i%m4a}mp3"

What happens if you decode it to a wav file and play that? If it's not hissing, read the lame manual page and look for the -x option.

-lee



More information about the Linux-audio-user mailing list