PDA

View Full Version : Required Open Source AAC decoder for ARM compiler


medha
2nd November 2009, 08:08
H All,
I am working on developing a player for Digital TV application. For testing the code, I need an Open Source AAC decoder for ARM compiler.

This is purely for testing purposes and will not be used in any commercialized version.

If you know about any such decoder, please let me know.

Best Regards,
Medha

Dark Shikari
2nd November 2009, 08:34
libavcodec

medha
5th November 2009, 10:47
Thank you..

roozhou
10th November 2009, 15:37
libavcodec does not support he-aac.

Try Real's opensource aac decoder. It's "highly optimized for ARM processors".

You can find source code in ffdshow tryout's repository (named realaac).

LoRd_MuldeR
10th November 2009, 17:03
What about FAAD?
http://www.audiocoding.com/faad2.html

No idea whether it can be compiled (easily) for ARM processors though ;)