Re: [patch v3] external MPEG audio decoding using libmpg123
Thomas Orgis <[email protected]> Wed, 26 Sep 2018 08:51:29 +0200
| Newsgroups | gmane.comp.audio.mp3.lame |
|---|---|
| Message-ID | <20180926085129.22699274@klammerschelle> |
Am Mon, 24 Sep 2018 22:57:39 +0200 schrieb Elio Blanca via Lame-dev <[email protected]>: > Well, there's a big deal about decoding that compl.mp3 > I hope this will be useful. Oh, it is useful! It shows that the file is openend successfully by libmpg123, but then lame decides that it did not work. The reason: I forgot a return statement and luck had it that the concerned register is -1 for you, some other value for me. if (-1 == lame123_decode_initfile(musicin, … This is the error condition that triggered in frontend/get_audio.c. I am appending the updated patch v3 (silently updated to slight changes in added mpg123 API) and also updated the URL, so if you run the same test script again, it hopefully works this time. Alrighty then, Thomas _______________________________________________ Lame-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lame-dev