v1.12 - Spicy Yak
What's Changed
- Downloading the AMI dataset using CLI will trigger TypeError by @JinZr in #919
- AliMeeting recipe enhancement by @desh2608 in #909
- fixing alignments by @lubacien in #914
- Add room and source RNG seeds option for
reverb_rir
by @desh2608 in #920 - Fix serialization for reverb by @desh2608 in #927
- Add
trim_to_alignments()
method by @desh2608 in #926 - Remove negative duration segments from whisper by @desh2608 in #928
- Add
trim_to_supervision_groups
method by @desh2608 in #930 - Fix the use of deprecated np.float in numpy>=1.24 by @pzelasko in #936
- Remove 'NonPositiveEnergyError' exception when mix audio by @drawfish in #922
- minor update for recipes.utils.read_manifests_if_cached by @trunglebka in #932
- small pad fix by @lubacien in #934
- Unit test that Shar reader is working when shard tar files are named randomly by @pzelasko in #937
- [workflow] Multi-talker meeting simulation by @desh2608 in #929
- Safe extract for more recipes by @desh2608 in #941
- Sampler.filter() preserves previous filters on multiple calls by @pzelasko in #944
- Batched feature extraction for s3prl by @desh2608 in #942
New Contributors
- @lubacien made their first contribution in #914
- @trunglebka made their first contribution in #932
Full Changelog: v1.11...v1.12