cog/Audio/ThirdParty/libsoxr
Christopher Snowhill 0e6350116b libsoxr: Fix import path
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-01 19:28:28 -08:00
..
include Adopt the sox resampler instead of RetroArch 2022-02-01 18:55:39 -08:00
lib libsoxr: Fix import path 2022-02-01 19:28:28 -08:00
README.md Adopt the sox resampler instead of RetroArch 2022-02-01 18:55:39 -08:00

README.md

These were compiled with default settings from:

https://github.com/nanake/libsoxr

Using CMake:

mkdir build
cd build
cmake .. -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.12"
make -j8