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:
parent
7be9626836
commit
347bf05dbe
5 changed files with 75 additions and 24 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue