conformal_component 0.5.0

Defines basic audio component abstraction for conformal audio plug-in framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod constant_buffer_states;
mod either;
mod per_sample;
mod pzip;
mod ramped;
mod states_map;

pub use constant_buffer_states::*;
pub use either::*;
pub use per_sample::*;
pub use ramped::*;
pub use states_map::*;