thewh1teagle / pyannote-rs

pyannote audio diarization in rust
http://crates.io/crates/pyannote-rs
MIT License
32 stars 3 forks source link

recommendation for long running processes #10

Open louis030195 opened 1 month ago

louis030195 commented 1 month ago

hi, i'm thinking in implementing pyannote-rs in

https://github.com/mediar-ai/screenpipe

which runs audio + transcription 24/7 over all audio devices

i'm still not super familiar in how it works, but ideally this would do:

does pyannote actually works like this? or it's just able to detect speakers like zero shot every time?

how much resource does it use? what about latency?