From 55cacf6e1a087c0fa6950a1ddeb09060f787e541 Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 21 Dec 2025 00:40:04 +0000 Subject: Add EOU detection and streaming diarization --- makima/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makima/Cargo.toml') 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" -- cgit v1.2.3