Cannot decode mp4/aac
I've tried a number of different input files but cannot get this to work..
SEVERE: box
Hi James, looks similar to my problem with MetaBox. See my comment
@dieterstueken awesome. that fixed it for me.
I see the solution of the problem, but how can i edit the code of the library since when i try to do it, i see that the file is only reading? Thanks in andvance
I see the solution of the problem, but how can i edit the code of the library since when i try to do it, i see that the file is only reading? Thanks in andvance
you have to fork all files into your own repository, edit the code and make a pull request to publish your solution. see: about-pull-requests. Unfortunately this repository is dead since 5 years :-(
Originally this fork was created for use in JDA's audio system, but that library was later refactored to allow for pluggable audio handling, and we didn't have any reason to maintain this anymore.
Since JCenter is shutting down, it's probably a good time to move to a fork anyway. Happy to update the README pointing to an active fork.
If there is an active fork being maintained I'd be happy to push developers in that direction. As @hedgehog1029 stated, this was originally pulled from a dead repository on SourceForge to Github to act as a SPI for JDA, but we haven't used it in years and I don't have the expertise or time to support this project.
Can we agree that this is fixed @dieterstueken fork?
https://github.com/dieterstueken/JAADec
@dieterstueken's fork definitely appears to be the most active. Looks like the README needs to be updated and it needs to be published to a repository, but other than that, good to go.
@dieterstueken Let me know what you're thinking in regards to pivoting traffic to your fork.
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 different AAC audio files.