Re: trying to decode a mp3
Rob Leslie <[email protected]> Wed, 4 May 2005 13:21:35 -0700
| Newsgroups | gmane.comp.audio.mad.devel |
|---|---|
| Message-ID | <[email protected]> |
On May 4, 2005, at 11:54 AM, [email protected] wrote: > I'm working with the libmad library and I'm trying to decode an mp3. > I've follow the guidelines in the Install file, the configure and then > the > make. And I've got no errors. > After all that I did: > $ make minimad > $ ./minimad test.mp3 test.pcm > > but after that the test.pcm file is empty. > > Can anybody help me, because I realy don't have a clue why it doesn't > work. > What am I doing wrong? minimad uses stdin and stdout: ./minimad <test.mp3 >test.pcm -- Rob Leslie [email protected]