Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2013-04-23 | 672 Bytes | |
libmp4ad 2.7.0.0.zip | 2013-04-23 | 966.3 kB | |
libmp4adtest.zip | 2013-04-23 | 33.8 kB | |
Totals: 3 Items | 1.0 MB | 0 |
This folder contains the source for the libmp4ad DLL, which is WaveShop's wrapper around the libfaad2 AAC decoding library. The libmp4ad DLL incorporates libfaad2 (which decodes AAC) and mp4ff (which parses MP4), combining them into a single DLL that handles both AAC and AAC/MP4 files via a greatly simplified interface, derived from the top-level decoder in the aacDECdrop project. For the API, see libmp4ad.h, or the test project libmp4adtest. The libfaad2 source is unmodified except for a minor change in common.h to allow compilation for 64-bit Windows: in the rounding function lrintf, if _WIN64 is defined, intrinsics are subsituted for the inline x86 assembler.