faad2
faad2 copied to clipboard
Freeware Advanced Audio (AAC) Decoder faad2 mirror
Hello, I noticed that when I decode 4-channel audio, if the input order is 0123 then what comes out is 2013. This is okay from the AAC spec point of...
Right side is evaluated first. samples and decoded are unsigned ints which underflow to a very large number.
...on MSVC "Release" build.
I was looking at some AAC specs and they mention that TNS_MAX_ORDER is a constant that is dependent of the object type and can takes values 12 or 20 for...
faad2 2.10.1 built with autotools on macOS has this library information (viewed with `otool -L`): ``` /opt/local/lib/libfaad.dylib: /opt/local/lib/libfaad.2.dylib (compatibility version 3.0.0, current version 3.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version...
Some months the variables offs, size where replaced by begin and end variables which are basically calculated as: min(group* (frame_length/8) + ics->swb_offset[x], ics->swb_offset_max) In the case of HEIGHT_SHORT_SEQUENCE, ics->swb_offset_max is...
Add CI workflow that compiles both `faad2` and `faac` and encodes/decodes few samples in several modes (would be nice to check original/decoded similarity).
Hello! It makes a difference whether i use -w or not in respect to whether the file is understood by play(1) aka sox(1), or not. If i compare the files...