feat: play audio files through stream

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-05-03 04:32:47 +03:00
parent b10cf99a13
commit c490cc752e
6 changed files with 366 additions and 120 deletions

View file

@ -11,8 +11,10 @@ cpal = "0.15.3"
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
iced = { git = "https://github.com/iced-rs/iced", features = ["tokio"] }
ringbuf = "0.3.3"
rubato = "0.15.0"
rustls-pemfile = "2.1.2"
rustls-platform-verifier = "0.2.0"
symphonia = { version = "0.5.4", features = ["all"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-rustls = "0.25.0"
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }