Ajout d'un decodeur ogg et opus vers pcm

This commit is contained in:
2025-10-27 19:25:51 +01:00
parent 6b52b6ffee
commit b7661b5767
10 changed files with 1280 additions and 203 deletions

View File

@@ -19,6 +19,7 @@ thiserror = "1.0"
tokio = { version = "1.37", features = ["rt", "rt-multi-thread", "macros", "sync", "io-util", "fs"] }
minimp3 = "0.5"
lewton = "0.10"
opus = "0.3"
[dev-dependencies]
tempfile = "3.10"