Martin Storsjö

Results 328 comments of Martin Storsjö

Do similar ELD bistreams decode correctly if using raw transport format (like in m4a)?

I tested decoding this file using my own example, with a bit of updates and mofidications, see the branch `loas` - I do get pretty sensible audio out of it...

I'm not sure if there's something inherently in the ELD profile that makes it impossible to handle multichannel music well, or if it's only a case of encoder tuning and/or...

Yes, absolutely, it's safe as long as you don't access the same encoder instance from multiple threads at the same time.

You need to provide more information about how you use the library in order for me to even remotely be able to look into the issue. Also, if the decode...

Sorry, I don't really know about this. I don't see any difference in behaviour between v0.1.5 and current master though; if reading that file via libavformat and decoding with libfdk-aac,...

> The error occurs after the following commit. > -> d2fa975 Oh, indeed - I somehow tested a bit sloppily when I tested it before; I can confirm this now....

Can you provide the source audio track that reproduces this crash? Even though the backtraces pinpoints where it finally crashed, it's pretty hard to know for sure how to fix...

@soutys Sorry for the late reply: It seems like this particular issue already has been fixed in the latest master branch, in commit 5eb6f0db8cc1ecc00af2ef534078e4c65fdf978f. This isn't included in any release...

The mp4/m4a container should (ideally) signal the exact number of samples to trim out at the end of the file, in order to get proper gapless playback. In this case,...