VST(虚拟工作室技术)
VST 是由 Steinberg 开发的最广泛使用的格式。VST2 已过时但仍随处可见。VST3 是当前标准,具有更好的性能、MIDI 支持和采样精确的自动化。几乎所有 DAW 都支持 VST3。
AU(音频单元)
AU 是 Apple 为 macOS 开发的本地格式。它比 VST 更稳定,与操作系统集成更好。Logic Pro 和 GarageBand 只使用 AU 插件。在 Mac 上,AU 通常是最佳选择。
AAX(Avid 音频扩展)
AAX 是 Pro Tools 的格式。有 AAX Native(在 CPU 上运行)和 AAX DSP(在 Avid 硬件上运行)。只有 Pro Tools 支持 AAX,所以只有使用 Pro Tools 时才需要。
其他格式
LV2 是 Linux 的开放格式。CLAP 是一种新的现代格式,性能更好、延迟更低。Bitwig 和 REAPER 等一些 DAW 已经支持 CLAP。
Comparison
| Format | Developer | Platforms | Best For | Status |
|---|---|---|---|---|
| VST2 | Steinberg | Win, Mac | Legacy compatibility | Discontinued |
| VST3 | Steinberg | Win, Mac | Modern production | Industry standard |
| AU | Apple | Mac only | Logic Pro, GarageBand | Mac standard |
| AAX | Avid | Win, Mac | Pro Tools | Pro Tools required |
| CLAP | Bitwig/u-he | Win, Mac, Linux | Next-gen features | Growing adoption |
| LV2 | Open source | Linux, Mac | Linux production | Linux standard |
Step-by-Step Guide
- Open your DAW preferences and note which plugin formats it supports. This determines which installers to run.
- 运行插件安装程序时,只选择你的 DAW 实际使用的格式。安装不必要的格式只会浪费硬盘空间。
- Configure your DAW to scan the folders where plugins are installed. Common paths: VST2 in C:\Program Files\VSTPlugins, VST3 in C:\Program Files\Common Files\VST3.
- After installing new plugins, rescan your plugin list in your DAW. Restart the DAW if plugins don't appear.
- 使用插件管理器,或按类别(EQ、压缩器、混响)创建子文件夹,便于浏览查找。
- Regularly check for plugin updates. Updates fix bugs, improve stability, and add features. Use a plugin manager like Patchwork or custom spreadsheets.
Browse VST plugins, AU instruments, and effects compatible with your DAW.
浏览免费下载Learning path
Related answer hubs
常见 问题
- 什么是 CLAP,我该使用它吗?
- CLAP 是一种现代插件格式,拥有更好的多核支持和灵活的调制功能。目前 Bitwig、REAPER 和 Studio One 都支持它。如果你的 DAW 支持 CLAP 而且插件也提供该格式,不妨试一试。话虽如此,从兼容性来看,VST3 仍然是最稳妥的选择。
- 我能在不同插件格式之间转换吗?
- 不能,你无法把一个插件从一种格式转换成另一种格式。开发者必须为每种格式分别编译插件。如果你需要某种特定格式,请联系开发者,或者使用插件封装器(wrapper,但可能在稳定性上有所取舍)。
- 插件格式会影响音质吗?
- 不会。插件格式只是一个外壳。其内部的音频处理代码在各格式之间是完全相同的。同一个插件的 VST3、AU 和 AAX 版本听起来完全一致。格式的选择影响的是功能和兼容性,而非音质。