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

8
um_audio/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "um_audio"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "1.5.0"
thiserror = "1.0.63"