v1.3 - Curiously Inviting Icicles
What's Changed
- Fix plotting MixedCut audio tracks by @pzelasko in #723
- [continued] Fixes Bucketing sampler equal duration method that drops cuts by @m-wiesner in #724
- feature extraction will read RecordingSet from a file, not just json. by @RuABraun in #728
- Use
lilcom_chunkyas default in CLI by @pzelasko in #729 - Set CLI torch number of threads to 1 by @pzelasko in #732
- Update wenet_speech.py by @fanlu in #731
- Fix heroico regex strings by @jtrmal in #734
- Update mgb2.py by @AmirHussein96 in #725
- Remove file handle caching from LilcomChunkyReader by @pzelasko in #737
- Make
h5pyan optional dependency by @pzelasko in #741 - Assert
CutSet.mix()argumentcutsis not a lazy manifest by @pzelasko in #742 CutSet: more methods are lazy + two simplified common use-casesattach_tensorandload_audioby @pzelasko in #744- Collections: support reading from/writing to "-" (including webdataset) by @pzelasko in #745
- fix CommonVoice prepare by @mohsen-goodarzi in #743
New Contributors
- @RuABraun made their first contribution in #728
- @mohsen-goodarzi made their first contribution in #743
Full Changelog: v1.2...v1.3