feat: diarisation maybe

This commit is contained in:
2026-01-29 15:34:04 -08:00
parent 9efda8ded6
commit 4ed7462a17
5 changed files with 432 additions and 107 deletions
+4
View File
@@ -34,6 +34,10 @@ hound = "3.5" # WAV file handling
# Voice activity detection
voice_activity_detector = "0.2"
# Audio analysis for speaker detection
dasp = "0.11" # Digital audio signal processing
rustfft = "6.2" # FFT for frequency analysis
# Async runtime
tokio = { version = "1", features = ["full"] }