You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Changelog
2
2
3
+
## Version 3.3.0 (2024-06-14)
4
+
5
+
### TL;DR
6
+
7
+
`pyannote.audio` does [speech separation](https://hf.co/pyannote/speech-separation-ami-1.0): multi-speaker audio in, one audio channel per speaker out!
- feat(io): add option to select torchaudio `backend`
19
+
20
+
### Fixes
21
+
22
+
- fix(task): fix wrong train/development split when training with (some) meta-protocols ([#1709](https://github.com/pyannote/pyannote-audio/issues/1709))
23
+
- fix(task): fix metadata preparation with missing validation subset ([@clement-pages](https://github.com/clement-pages/))
24
+
25
+
### Improvements
26
+
27
+
- improve(io): when available, default to using `soundfile` backend
28
+
- improve(pipeline): do not extract embeddings when `max_speakers` is set to 1
29
+
- improve(pipeline): optimize memory usage of most pipelines ([#1713](https://github.com/pyannote/pyannote-audio/pull/1713) by [@benniekiss](https://github.com/benniekiss/))
30
+
3
31
## Version 3.2.0 (2024-05-08)
4
32
5
33
### New features
@@ -18,6 +46,7 @@
18
46
- fix(task): fix estimation of training set size (with [@FrenchKrab](https://github.com/FrenchKrab))
19
47
- fix(hook): fix `torch.Tensor` support in `ArtifactHook`
20
48
- fix(doc): fix typo in `Powerset` docstring (with [@lukasstorck](https://github.com/lukasstorck))
49
+
- fix(doc): remove mention of unsupported `numpy.ndarray` waveform (with [@Purfview](https://github.com/Purfview))
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
Using `pyannote.audio` open-source toolkit in production?
2
-
Make the most of it thanks to our [consulting services](https://herve.niderb.fr/consulting.html).
1
+
Using `pyannote.audio` open-source toolkit in production?
2
+
Consider switching to [pyannoteAI](https://www.pyannote.ai) for better and faster options.
3
3
4
4
# `pyannote.audio` speaker diarization toolkit
5
5
@@ -79,7 +79,7 @@ for turn, _, speaker in diarization.itertracks(yield_label=True):
79
79
Out of the box, `pyannote.audio` speaker diarization [pipeline](https://hf.co/pyannote/speaker-diarization-3.1) v3.1 is expected to be much better (and faster) than v2.x.
0 commit comments