Lire le flac en stream et le décoder en PCM avec claxon

This commit is contained in:
2025-10-25 22:24:18 +02:00
parent 6c40b93089
commit 2ab526464d
15 changed files with 956 additions and 211 deletions

8
Cargo.lock generated
View File

@@ -1354,6 +1354,12 @@ version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
[[package]]
name = "htmlescape"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
[[package]]
name = "http"
version = "1.3.1"
@@ -2449,9 +2455,11 @@ name = "pmomediarenderer"
version = "0.1.0"
dependencies = [
"bevy_reflect",
"htmlescape",
"once_cell",
"pmodidl",
"pmoupnp",
"quick-xml 0.38.3",
]
[[package]]