2 रिपॉजिटरी
Compiles the noise suppression engine into VST2, VST3, LV2, LADSPA, AU, or AUv3 plugin formats by toggling CMake flags.
Distinct from Plugin Format Adapters: Distinct from Plugin Format Adapters: focuses on selecting which audio plugin formats to compile, not adapting existing plugin formats.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Audio Plugin Format Selections. Refine with filters or upvote what's useful.
Compiles the noise suppression engine into VST2, VST3, LV2, LADSPA, AU, or AUv3 plugin formats by toggling CMake flags.
nih-plug is an audio plugin SDK and development framework providing a set of tools and traits for processing audio and MIDI data in a real-time safe environment. It functions as a cross-format plugin wrapper, allowing a single implementation to be exported into multiple industry-standard audio plugin formats, including VST, CLAP, and LV2. The project includes a retained-mode GUI framework for creating interactive user interfaces and parameter controls for audio processors. It also provides a real-time audio library that utilizes hardware acceleration and asynchronous task management to mainta
Allows a single codebase to be exported into multiple standard audio plugin formats.