#audio-processing #parameters #component #conformal #plugin #effect #abstraction

conformal_component

Defines basic audio component abstraction for conformal audio plug-in framework

13 releases

0.3.2 Nov 3, 2024
0.3.1 Oct 21, 2024
0.2.1 Sep 17, 2024
0.1.7 Sep 15, 2024
0.1.0 Aug 31, 2024

#393 in Audio

Download history 555/week @ 2024-08-31 312/week @ 2024-09-07 742/week @ 2024-09-14 52/week @ 2024-09-21 11/week @ 2024-09-28 4/week @ 2024-10-05 197/week @ 2024-10-12 185/week @ 2024-10-19 15/week @ 2024-10-26 149/week @ 2024-11-02 17/week @ 2024-11-09

385 downloads per month
Used in 4 crates

ISC license

135KB
2K SLoC

This crate defines abstractions for audio processing components.

Users of this crate will generally implement a Component that can create either an effect::Effect or a synth::Synth and then use a Conformal wrapper crate (currently conformal_vst_wrapper) to wrap the component in a standard audio Plug-in format.

This crate contains:

Dependencies

~580KB
~11K SLoC