audiocogs / aac.js

AAC decoder in JavaScript.
http://audiocogs.org/codecs/aac/
GNU Lesser General Public License v3.0
222 stars 45 forks source link

Any support plan for Support for the Main, High Efficiency (Spectral Band Replication) and High Efficiency v2 (Spectral Band Replication + Parametric Stereo) profiles #15

Open ohtangza opened 7 years ago

ohtangza commented 7 years ago

It seems that those formats are in the road map according to README.md.

Any updates planned?

devongovett commented 7 years ago

See https://github.com/audiocogs/aac.js/pull/13 for HE v1 (SBR). I plan to finish that up soon.

ohtangza commented 7 years ago

Good to hear! I will also test it when you get done.