Add mobile chunked streaming with segmented playback fallback

This commit is contained in:
joren
2026-03-31 22:14:15 +02:00
parent bb362686b4
commit 749b0c1aaf
8 changed files with 923 additions and 22 deletions

View File

@@ -36,6 +36,10 @@ futures-util = "0.3"
symphonia = { version = "0.5", features = ["flac", "pcm", "mp3", "aac", "ogg", "wav"] }
cpal = "0.15"
rubato = "0.15"
aes = "0.8"
cbc = "0.1"
ctr = "0.9"
hkdf = "0.12"
[profile.release]
strip = true