Closed smimram closed 11 years ago
In case it matters:
$ apt-cache policy libfaad2
libfaad2:
Installed: 2.7-8
Sooo, quite interestingly, file still does not exhibit issue in liquidsoap BUT does make aac2wav
fail here..
Actually liquidsoap refuses to play it here...
Just fixed example decoder for me. How does it work for you?
Argh, you fixed the wrong bug in fcbb33f6d96b432eb0429bcda1d14ff45b514f07 :D So, basically the situation here is the same as for you: the ocaml-faad example is going on fine and Liquidsoap plays the file like a charm (I could swear that it could not play it before but I must have messed up my tests, and anyway I never really had the issue with Liquidsoap...)
PS: it would be cool if you could reference bugs in changelog messages
The problem seems to be fixed don't hesitate to reopen if it's not the case...
Martin K reported this:
results in:
This file which was ripped from the stream exhibits the behavior, which you can test with
aac2wav
inexamples
of ocaml-faad:Notice that the file decodes alright with
faad
, so I suspect we're doing something wrong here...