phonon 0.2.0

Unofficial Steam Audio Rust rewrite
Documentation
1
2
3
4
5
6
7
//! Models for audio propagation/attenuation. Each should have a good default
//! but the user should be able to use a custom model as well.

pub mod air_absorption;
pub mod directivity;
pub mod distance_attenuation;
pub mod propagation_medium;