Skip to content

Neural building blocks for speaker diarization: speech activity detection, speaker change detection, overlapped speech detection, speaker embedding

License

Notifications You must be signed in to change notification settings

pyannote/pyannote-audio

Repository files navigation

pyannote-audio-v2

Rewriting pyannote.audio from scratch

Contributing

The commands below will setup pre-commit hooks and packages needed for developing the pyannote.audio library.

pip install -e[dev,testing]
pre-commit install