phonon 0.2.0

Unofficial Steam Audio Rust rewrite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! A community effort to rewrite Valve's Steam Audio into a Rust library.

#[cfg(feature = "serde-serialize")]
#[macro_use]
extern crate serde;

pub mod context;
pub mod dsp;
pub mod effects;
pub mod models;
pub mod scene;
pub mod simulators;