AuburnSoundsAuburnSoundsOfficialยท1 Agent Skills Included

Dplug

Build and process audio plug-ins with the D language

Builds professional audio plug-ins in VST3, VST2, CLAP, AU, AAX, and LV2 formats using the D language. Processes WAV files offline with existing VST2 effects, checks latency, compares audio, and packages presets. Eliminates C++, Xcode, and CMake complexity with fast builds, automated installers, and cross-platform support.
npx skills add AuburnSounds/Dplug --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Dplug?โ–ผ

Run `npx skills add AuburnSounds/Dplug --all -g -y` in your terminal to install all tools in this suite globally.

How to create an audio plug-in with Dplug?โ–ผ

Write your plug-in in the D language using the Dplug framework, then build it with the dplug-build tool to get VST3, CLAP, AU, or AAX binaries for Windows, macOS, and Linux.

How to process a WAV file with a VST2 effect?โ–ผ

Use the process tool with a command like `process -i input.wav -o output.wav plugin.dll -param 0 0.5` to apply any VST2 effect offline to your audio file.

Which plug-in formats does Dplug support?โ–ผ

Dplug supports VST2, VST3, AUv2, AAX, LV2, CLAP, and FLP formats across Windows, macOS, and Linux from a single codebase.

Do I need C++ or Xcode experience to use Dplug?โ–ผ

No. Dplug avoids C++, Xcode, CMake, and MSVC entirely, letting you build native plug-ins with the simpler D language and the DUB package manager.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’