xiph / rnnoise

Recurrent neural network for audio noise reduction
BSD 3-Clause "New" or "Revised" License
3.89k stars 882 forks source link

Basic cmake support #188

Open Dmitry-Nikishov opened 3 years ago

Dmitry-Nikishov commented 3 years ago

When building for Apple silicon I found it really annoying to make autotool to create a universal binary. So I had to implement a basic cmake. Then I had to set CMAKE_OSX_ARCHITECTURES=arm64;x86_64 and that gives me what I want. If you need any help improving Cmake support, please let me know - I have enough XP here