Skip to content
AkarinVS edited this page Mar 25, 2021 · 3 revisions

Branches

wincoreaudio

This branch has support for codecs in AudioToolbox on Windows by linking to iTunes CoreAudioToolbox.dll.

Example configure command line:

# cross compile on Linux.
/usr/bin/time ./configure \
	--arch=x86_64 --target-os=mingw64 --cross-prefix=x86_64-w64-mingw32- \
	--enable-nonfree --enable-gpl --enable-version3 \
	--disable-shared --enable-static

Please put CoreAudioToolbox.dll at 3rdparty/qaac/lib/ before running make.

Clone this wiki locally