phonon 0.2.0

Unofficial Steam Audio Rust rewrite
Documentation
1
2
3
4
5
6
7
8
//! Higher level audio effects which are controlled by parameters.
//! In some cases these parameters are intended to be set by the simulators.

pub mod direct;
pub mod eq;
pub mod gain;
pub mod panning;
pub mod reverb;