mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +00:00
* create Volume struct for use with Cache * add "volume" file to Cache * load cached volume on start, intial overrides cached overrides default * amend volume_to_mixer function to cache the volume on every change * pass cache to Spirc and SpircTask so volume_to_mixer has access * rustfmt changes * revert volume_to_mixer function and Spirc/SpircTask cache variable * Volume implements Copy, pass by value instead of reference * clamp volume to 100 if cached value exceeds limit * convert Volume to u16 internally, use float and round to convert hex->dec * convert initial_volume and ConnectConfig.volume to u16 as well * add cache_volume function to SpircTask * remove conversion to/from percentage on cached volume * consolidate device.set_volume, mixer.set_volume, and caching * streamline intial volume logic |
||
|---|---|---|
| .. | ||
| connection | ||
| mercury | ||
| util | ||
| apresolve.rs | ||
| audio_key.rs | ||
| authentication.rs | ||
| cache.rs | ||
| channel.rs | ||
| component.rs | ||
| config.rs | ||
| diffie_hellman.rs | ||
| keymaster.rs | ||
| lib.rs | ||
| proxytunnel.rs | ||
| session.rs | ||
| spotify_id.rs | ||
| version.rs | ||
| volume.rs | ||