werman / noise-suppression-for-voice

Noise suppression plugin based on Xiph's RNNoise
GNU General Public License v3.0
4.96k stars 232 forks source link

error: "Unsupported platform" #error "Unsupported platform" #163

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

We have the juce-7.0.3 package that works fine on FreeBSD.

Is there any way to use it?

Version: 1.03 FreeBSD 13.1

werman commented 1 year ago

Could you test the develop branch: https://github.com/werman/noise-suppression-for-voice/tree/develop ? It has USE_SYSTEM_JUCE option (so you have to add -D USE_SYSTEM_JUCE=1 when configuring build dir). If it works I'll move the changes into the main branch.

P.S. Don't create duplicate issues:

image

And reply to the original one.