Stig Christensen
Stig Christensen
I have tested this on some SBR files and it works fine. If I disable SBR in DecoderConfig, the sound plays in double tempo, maybe something is wrong here? sbrEnabled...
Actually I cannot provoke the error now. I have to try later. But I have trouble playing this stream, does it work for you? http://51.254.29.40:80/stream3 I hear a lot of...
Foobar2000 also plays it flawless
Great work this plays flawless now http://51.254.29.40:80/stream3. However the " MetaBox with 12 byte payload" fix throws exception on all my local files (LC and SBR). java.io.IOException: error while decoding...
Try this one http://stigc.dk/SBR 02 Loca (feat. Dizzee Rascal).m4a
I am using you forked version and this commit breaks the linked .m4a file https://github.com/dieterstueken/JAADec/commit/e727658783e95eb000e16afc1630a6b9cd723ebe If i comment out the skipBytes like this, it works again. @Override public void decode(MP4InputStream...
I found the problem. I am using a non seekable inputstream. The seek operation is broken in MP4InputStream. When using a FileInputStream then getOffset() will change but not when using...
Commit looks fine to me and all my test audio files plays fine.
Can we agree that this is fixed @dieterstueken fork? https://github.com/dieterstueken/JAADec
hi @dieterstueken maybe I should create a new repository with this code, and merge your fixed into it? I could do some proper testing, already have a test suite of...