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

From: Brian Dunn <job17and9@email-addr-hidden>
Date: Tue Apr 11 2006 - 15:49:59 EEST

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

using the faad plugin in XMMS gives me crystal clear sound on these
songs, but stinking not so for this here command.
Received on Tue Apr 11 20:15:01 2006

This archive was generated by hypermail 2.1.8 : Tue Apr 11 2006 - 20:15:01 EEST