cog/Audio/ThirdParty/libsoxr
Christopher Snowhill d4990de7f3 Adopt the sox resampler instead of RetroArch
Removing RetroArch code from my project.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-01 18:55:39 -08:00
..
include Adopt the sox resampler instead of RetroArch 2022-02-01 18:55:39 -08:00
lib Adopt the sox resampler instead of RetroArch 2022-02-01 18:55:39 -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