Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: AAC decoder for Java (Read 6918 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

AAC decoder for Java

Great news, finally someone started a open source AAC decoder for Java. I have already tested a few files and it sounds promising!

https://sourceforge.net/projects/jaadec/develop

AAC decoder for Java

Reply #1
Why would you want something like this verses just calling the (highly optimized and fairly well tested) AAC decoder in ffmpeg via JNI?

AAC decoder for Java

Reply #2
Why would you struggle with JNI and multiple ffmpeg compiles when you can be platform independent with nearly 0% CPU usage? Write once, run anywhere!

AAC decoder for Java

Reply #3
Why would you struggle with JNI and multiple ffmpeg compiles when you can be platform independent with nearly 0% CPU usage?


Because it'll be a lot faster and much less buggy. 

Write once, run anywhere!


How about write nothing, run anywhere (by using preexisting libraries)?

Rewriting libfaad in Java sounds like fun, but I don't think its a good idea to actually use this in most projects.