1
0
Fork 0
forked from len0rd/rockbox

AAC bitstream format files support

Files with extension "aac" in ADTS or ADIF format are now playable.

Full credit goes to Igor Poretsky.

Change-Id: I413b34e15e5242fea60d3461966ae0984080f530
This commit is contained in:
Solomon Peachy 2018-12-22 20:01:42 -05:00
parent 9b9b30bd54
commit 928557bb17
9 changed files with 288 additions and 0 deletions

View file

@ -63,4 +63,5 @@ metadata/vorbis.c
metadata/vox.c
metadata/wave.c
metadata/wavpack.c
metadata/aac.c
#endif