wavecraft-dsp 0.12.49

Pure DSP algorithms for Wavecraft - no plugin framework dependencies
Documentation
1
2
3
4
5
6
//! Gain utilities for DSP processing.
//!
//! Re-exports the canonical `db_to_linear` function from the protocol crate
//! and provides any additional gain-related utilities.

pub use wavecraft_protocol::db_to_linear;