Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,17 @@ Further reading:

### MacOS

TODO, contributions are welcomed!
Downloadad and Unzip macos-rnnoise

Locate `/Library/Audio/Plug-Ins/` (cmd + shift + g then paste). Then move `rnnoise_mono.vst` and `rnnoise_stereo.vst` into the VST folder and `rnnoise.vst3` into the VST3 folder.

Open the terminal app and run the following on each version to allow apps to use it
```
xattr -d com.apple.quarantine <path to file>
```
![QuickTime movie](https://github.com/user-attachments/assets/2bd76a8a-b12d-4adb-a84b-64d3e4ccfbab)

Now it should work in any app

## Status

Expand Down