Gareth wrote:
Thanks, that worked fine. The only thing is minimad seems to do nothing, I tried ./minimad and it just goes straight back to the command prompt. I tried giving it a filename, ./minimad track.mp3, and the same thing happens. Can you give me some pointers as to how i start using it, or is there some basic documentation that i can read up on it?
`minimad' reads data from stdin and writes PCM samples to stdout. So:
./minimad <track.mp3 >track.pcm
Follow-ups to mad-dev, please.