summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-21 00:40:04 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commit55cacf6e1a087c0fa6950a1ddeb09060f787e541 (patch)
tree0b8e754eb16c829fc0ee7c8f4ba66fe75b4f3ebf /makima/Cargo.toml
parent84fee5ce2ae30fb2381c99b9b223b8235b962869 (diff)
downloadsoryu-55cacf6e1a087c0fa6950a1ddeb09060f787e541.tar.gz
soryu-55cacf6e1a087c0fa6950a1ddeb09060f787e541.zip
Add EOU detection and streaming diarization
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"