mirror of
https://github.com/Mintplex-Labs/pyannote-audio-legacy.git
synced 2026-06-30 20:28:01 -04:00
2623cf1980
- BREAKING(io): channels are now 0-indexed (used to be 1-indexed) - BREAKING(io): multi-channel audio is no longer downmixed to mono by default. You should update how `pyannote.audio.core.io.Audio` is instantiated: * replace `Audio()` by `Audio(mono="downmix")`; * replace `Audio(mono=True)` by `Audio(mono="downmix")`; * replace `Audio(mono=False)` by `Audio()`.