############## pyannote.audio ############## `pyannote.audio` is an open-source Python library that provides neural building blocks for speaker diarization. Installation ============ `pyannote.audio` only supports Python 3.7 (or later) on Linux and macOS. It might work on Windows but there is no garantee that it does, nor any plan to add official support for Windows. The instructions below assume that `pytorch` has been installed using the instructions from https://pytorch.org. :: $ pip install pyannote.audio==1.1 API documentation ================= .. toctree:: :maxdepth: 2 changelog