summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'makima/Cargo.toml')
-rw-r--r--makima/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml
index 5142963..4d8076e 100644
--- a/makima/Cargo.toml
+++ b/makima/Cargo.toml
@@ -9,7 +9,8 @@ path = "src/bin/server.rs"
[dependencies]
# ML/Audio (existing)
-parakeet-rs = { version = "0.2.5", features = ["sortformer"] }
+# Local fork with streaming API exposed (diarize_streaming method)
+parakeet-rs = { path = "../parakeet-rs", features = ["sortformer"] }
symphonia = { version = "0.5", features = ["mp3", "aac", "flac", "ogg", "vorbis", "wav", "pcm"] }
ort = "2.0.0-rc.10"
tokenizers = "0.21"