summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'makima/Cargo.toml')
-rw-r--r--makima/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml
index 3f3abb7..df7384f 100644
--- a/makima/Cargo.toml
+++ b/makima/Cargo.toml
@@ -5,4 +5,8 @@ edition = "2024"
[dependencies]
parakeet-rs = { version = "0.2.5", features = ["sortformer"] }
-hound = "3.5"
+symphonia = { version = "0.5", features = ["mp3", "aac", "flac", "ogg", "vorbis", "wav", "pcm"] }
+ort = "2.0.0-rc.10"
+tokenizers = "0.21"
+hf-hub = "0.4"
+ndarray = "0.16"