summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-19 04:43:59 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commitab9166170043ba5e0ce974e5b7accf0939d686e3 (patch)
treed65be5b7df0dda330fbb2c03f444a5ee02009dd5 /makima/Cargo.toml
parentb065e5d6a7cd157dad858b12ecae4624df172ee0 (diff)
downloadsoryu-ab9166170043ba5e0ce974e5b7accf0939d686e3.tar.gz
soryu-ab9166170043ba5e0ce974e5b7accf0939d686e3.zip
Experiment: ChatterBoxTTS
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"