-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any way to get this to work on Mac? #14
Comments
totally possible. In fact my travis ci script is already building for mac os and I did tried it on a mac when i had one |
Oh cool! So if I follow the build and install instructions in the readme I should be good or should I do something different? Forgive me I'm not really familiar with compiling and working with Travis. |
you have to install brew package manager and install all the dependencies. once that's done you can install using the last line of the readme. that would be something like: brew update |
Thank you! I will try this and report back next week when my new Mac arrives :) |
Awesome! let me know if you encounter any problems |
Got this error on the last step of actually installing the plugin: Sanity check compile stderr: Running test binary command: /Users/toxmox/Downloads/speech-denoiser/build/meson-private/sanitycheckc.exe Code: Compiler stdout: Compiler stderr: meson.build:13:0: ERROR: C library 'rnnoise-nu' not found |
@lucianodato I've made sure meson is current because I read an earlier closed issue here that had a similar error and updating meson fixed it but not here. Running meson 0.48.2 In a feeble attempt to get it working I tried renaming rnnoise-nu.h to rnnnoise-nu but that didn't work because I don't know what I'm doing lol. Any ideas? |
hey, sorry for the delay. that error is because to compile the plugin you first need to compile a static version of rnnoise and you probably don't have the dependencies to compile it. look at the readme, it says what you need for that. right now, i don't remember the packages names for mac, but it should be something like "build-essentials". it's probably related to that. happy thanksgiving! |
No worries. I tried to build rnnoise but got an error on the first step. I haven't found any references online to people compiling rnnoise on Mac so I kind of hit a brick wall. Do you by any chance still have an old compiled Mac version laying around that I could use? Here is the error and Happy Thanksgiving to you too! :)
|
there is one available in travis ci server. i definitely need to learn how to download those and share them. i will do that asap |
That would be amazing, thanks! You are a very kind developer and I appreciate you taking the time to help me 👍 |
@lucianodato ok so I got it to build. Needed brew install automake Error log: https://pastebin.com/h2rNg5p8 |
Ok so until I can get lv2vst wrapper working I'm using Ardour on Mac to use the plugin successfully. My only question is I read there are 6 models to choose from but I don't see anywhere in the plugin window to change the model etc. Am I missing something simple here? There is a preset dropdown with (none) as the only option. Is there supposed to be something there? |
Ok so I received a new Makefile for lv2vst (should get fixed upstream by the dev soon for Mojave) that allowed me to build that as well. I am now successfully using the plugin in my VST host on Mac 👍 Now that I have it in my usual host I see the only setting is the reduction db in the interface. Is that correct? |
that's great news. though your request is valid and i have previously been asked for the same. sometime in the future i will do it |
regarding your question about the only parameter that you are able to see, yeah i haven't implemented model switching yet. the reduction though is enough with this one since rnnoise uses ML you don't need to tune anything else. works like magic! |
Not working on Catalina.
|
For me, this answer got me most of the way there on Catalina: https://stackoverflow.com/a/59808919/1660678 but I still had a |
I'm thinking about moving to a Mac for my audio processing but I really need a plugin for RNNoise to bring with me. Is there a way I can use this in a DAW on Mac?
The text was updated successfully, but these errors were encountered: