From 2c76cf03285d8ad841c91c279b40ec6fc0a8ec58 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Thu, 3 Feb 2022 16:54:54 -0500 Subject: [PATCH] Upgrade to symphonia v0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79f65b2..0d6e951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ lazy_static = "1.4.0" rayon = "1.5.0" crossbeam = "0.8.0" noisy_float = "0.2.0" -symphonia = { version = "0.5", features = ["mp3", "aac"]} +symphonia = { version = "0.5", features = ["mp3", "aac", "alac"]} rubato = { version = "0.12" } log = "0.4.14" env_logger = "0.8.3"