Cog/Audio/ThirdParty/libsoxr/README.md
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

12 lines
No EOL
223 B
Markdown

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
```