Intel OpenVINO AI Plugins for Audacity
Key Features
- Runs AI audio processing locally inside Audacity without requiring an internet connection.
- Separates mono or stereo tracks into stems for vocals, drums, bass, and other instruments.
- Removes background noise from spoken audio using OpenVINO-backed noise suppression models.
- Generates transcriptions or translations as Audacity label tracks through a Whisper-based analyzer.
- Creates short music snippets or continuations from prompts with MusicGen-based generation tools.
- Adds audio super resolution for enriching and clarifying selected audio.
- Uses OpenVINO to target supported CPU, GPU, and NPU acceleration on compatible systems.
Description
Intel OpenVINO AI Plugins for Audacity is a local AI audio toolkit that adds stem separation, speech cleanup, music generation, transcription, and audio super resolution to Audacity. It is not a VST, AU, or AAX plugin; it is an Audacity module that extends Audacity's own effect, generator, and analyzer menus.
The suite is built around Intel's OpenVINO runtime, so the models run on the user's machine instead of relying on a cloud service. That makes it useful for offline editing, privacy-sensitive speech work, and quick remix prep where sending audio to a web app would slow the session down.
The music separation module can split mono or stereo audio into vocals, drums, bass, and other instruments, while noise suppression targets spoken-word recordings with background noise. Whisper transcription creates label-track transcriptions or translations, and the MusicGen-based generator can create short music snippets or continue an existing selection from a prompt.
The latest GitHub release adds audio super resolution, which upscales and enriches audio for improved clarity and detail. The tradeoff is host specificity: Intel currently provides a Windows installer for Audacity 3.7.1, with Linux support available through build instructions or the Audacity snap rather than a standalone cross-DAW plugin installer.
Frequently Asked Questions
Is this a VST plugin for any DAW?
No. Intel distributes this as an Audacity module, so it is meant for Audacity rather than VST, AU, AAX, or CLAP hosts. The category was corrected from the incoming vst_plugin snapshot to app for the review artifact.
Does the processing require an internet connection?
No. The official README says the AI features run locally on the user's PC and do not need an internet connection. That is useful for offline editing and for audio that should stay on the machine.
Which AI tools are included?
The repository lists Music Separation, Noise Suppression, Music Generation and Continuation, Whisper Transcription, and Super Resolution. Together they cover remix prep, dialogue cleanup, transcription, translation, generative sketching, and clarity enhancement.
Why is there only a Windows download button?
The latest GitHub release provides a Windows installer and says Linux can be built from the documented procedure. The Linux path is not packaged as a downloadable release asset, so the hosted download here is Windows-only.