[READ-ONLY] Mirror of https://github.com/probablykasper/redlux. AAC decoder for MPEG-4 and AAC files, with rodio support
aac
audio
decoder
mp4
package
Commits
Author
Commit
Message
Date
Add support for play HEv1 (SBR) and HEv2 (PS) type mp4a files (fixes issue #1)
AAC HEv1 is the same as AAC LC, but with added SBR data that can boost
the effective sampling frequency by up to 2x. AAC HEv2 adds support for
the Parametric Stereo adds improved stere encoding efficiency at the
cost of providing only monaural audio with an LC decoder.
old attempt to implement seeking
seeking-attempt