veloren/voxygen/src/audio
2020-11-24 18:28:24 -06:00
..
sfx Fixed audio test, added changelog line. 2020-11-20 11:50:01 -06:00
ambient.rs Replaced every unnecssary powf in the entire codebase with either powi or sqrt. 2020-11-24 18:28:24 -06:00
channel.rs Moved functions to client out of audio and generalized non-positional ambient sfx 2020-11-18 13:31:12 -08:00
fader.rs massivly switch clock algorithm. 2020-11-10 18:31:42 +01:00
mod.rs Fully move sfx away from ECS event bus 2020-11-18 13:31:13 -08:00
music.rs Addressed comments and fixed pipeline 2020-11-18 13:31:13 -08:00
soundcache.rs Added #![deny(clippy::clone_on_ref_ptr)] to all crates and fixed resulting lint errors 2020-09-27 17:25:33 +01:00