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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,16 @@ Further reading:

### MacOS

TODO, contributions are welcomed!
#### Installing VST Plugins within Audacity

1. Download the latest MacOS release (`macos-rnnoise.zip`)
2. Extract files (with Archive Utility or your chosen unzip utility)
3. Copy files to `/Library/Audio/Plug-Ins/VST`:
* Audacity **v3.2 or above**: copy `rnnoise.vst3`
* Audacity **(other versions)**: copy both `rnnoise_mono.vst` and `rnnoise_stereo.vst`
4. Remove plugins from Apple quarantine from the terminal (otherwise MacOS won't allow you to enable the plugins from within Audacity):
* `sudo xattr -d com.apple.quarantine /Library/Audio/Plug-Ins/VST/rnnoise*.vst*`
5. Enable plugins within Audacity via `Effect > Add / Remove Plug-ins`

## Status

Expand Down