Upgrade to librespot 0.3.0

- logarithmic volume conversion is now done by librespot
- use default normalisation threshold
This commit is contained in:
Henrik Friedrichsen
2021-10-14 23:41:00 +02:00
parent d446471779
commit 0c69e991b8
4 changed files with 228 additions and 240 deletions

View File

@@ -24,9 +24,9 @@ fern = "0.6"
futures = { version = "0.3", features = ["compat"] }
futures_01 = { version = "0.1", package = "futures" }
lazy_static = "1.3.0"
librespot-core = { version = "0.2.0", features = ["apresolve"] }
librespot-playback = "0.2.0"
librespot-protocol = "0.2.0"
librespot-core = "0.3.0"
librespot-playback = "0.3.0"
librespot-protocol = "0.3.0"
log = "0.4.13"
notify-rust = { version = "4", optional = true }
rspotify = { version = "0.10.0", features = ["blocking"] }