feat: added audio type detector

This commit is contained in:
鲁树人
2024-09-15 00:07:46 +01:00
parent b1fcdb5895
commit 175da7f287
9 changed files with 258 additions and 1 deletions

9
Cargo.lock generated
View File

@@ -427,6 +427,14 @@ version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "um_audio"
version = "0.1.0"
dependencies = [
"byteorder",
"thiserror",
]
[[package]]
name = "um_cli"
version = "0.1.0"
@@ -446,6 +454,7 @@ dependencies = [
"anyhow",
"console_error_panic_hook",
"getrandom",
"um_audio",
"umc_kuwo",
"umc_ncm",
"umc_qmc",