1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 03:50:06 +02:00

Refactored to have apply_volume in a specifix mixer

This commit is contained in:
Daniel Romero 2017-01-20 20:39:05 +01:00
parent 7be9626836
commit 347bf05dbe
5 changed files with 75 additions and 24 deletions

View file

@ -60,6 +60,7 @@ pub mod player;
pub mod stream;
pub mod util;
pub mod version;
pub mod mixer;
#[cfg(feature = "with-syntex")] include!(concat!(env!("OUT_DIR"), "/lib.rs"));
#[cfg(not(feature = "with-syntex"))] include!("lib.in.rs");