enable support for all symphia formats

This commit is contained in:
2026-03-06 21:46:28 +01:00
parent 35f6343637
commit 6ff7fe8af2

View File

@@ -11,7 +11,7 @@ path = "src/main.rs"
ratatui = "0.30" ratatui = "0.30"
crossterm = "0.29" crossterm = "0.29"
pipewire = "0.9.2" pipewire = "0.9.2"
symphonia = { version = "0.5", features = ["mp3", "flac", "ogg", "wav", "aac"] } symphonia = { version = "0.5", features = ["all"] }
rosc = "0.10" rosc = "0.10"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
crossbeam-channel = "0.5" crossbeam-channel = "0.5"