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

conformal_component

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

16 releases

new 0.3.5 Feb 17, 2025
0.3.4 Feb 11, 2025
0.3.2 Nov 3, 2024
0.3.1 Oct 21, 2024
0.1.0 Aug 31, 2024

#1068 in Audio

Download history 8/week @ 2024-10-27 152/week @ 2024-11-03 14/week @ 2024-11-10 11/week @ 2024-11-17 10/week @ 2024-11-24 5/week @ 2024-12-01 27/week @ 2024-12-08 22/week @ 2024-12-15 4/week @ 2025-01-05 5/week @ 2025-01-12 10/week @ 2025-02-02 254/week @ 2025-02-09

264 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

~605KB
~11K SLoC