add FireRedVAD

This commit is contained in:
jhqxxx
2026-04-15 17:42:41 +08:00
parent 3e30360998
commit f901f4cbfe
22 changed files with 1244 additions and 37 deletions
Generated
+29 -3
View File
@@ -38,6 +38,7 @@ dependencies = [
"half",
"hound",
"image",
"kaldi-native-fbank",
"minijinja",
"modelscope",
"num",
@@ -511,7 +512,7 @@ dependencies = [
"objc2-foundation",
"objc2-metal",
"rand 0.9.2",
"rand_distr",
"rand_distr 0.5.1",
"rayon",
"safetensors 0.7.0",
"thiserror 2.0.18",
@@ -1372,7 +1373,7 @@ dependencies = [
"half",
"num-traits",
"rand 0.9.2",
"rand_distr",
"rand_distr 0.5.1",
]
[[package]]
@@ -1886,7 +1887,7 @@ dependencies = [
"crunchy",
"num-traits",
"rand 0.9.2",
"rand_distr",
"rand_distr 0.5.1",
"zerocopy",
]
@@ -2397,6 +2398,21 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kaldi-native-fbank"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f297ca19f4c2069ccc7969cba1d4c496b46c0b88f6ceddb88a9ae3200a6cf506"
dependencies = [
"anyhow",
"log",
"rand 0.8.5",
"rand_distr 0.4.3",
"realfft",
"rustfft",
"thiserror 1.0.69",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
@@ -3422,6 +3438,16 @@ dependencies = [
"getrandom 0.3.4",
]
[[package]]
name = "rand_distr"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
dependencies = [
"num-traits",
"rand 0.8.5",
]
[[package]]
name = "rand_distr"
version = "0.5.1"