-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AudioBackend
specific save_audio
and info
, managing missing SoX…
… in torchaudio, Python 3.12 / PyTorch 2.2 support, using `libsndfile` as preferred audio backend (#1288) * AudioBackend supports save_audio() [code cleanup] * Fix for Path handling; skip some tests on older torchaudio * Move info() implementation to each AudioBackend * Update CI configurations, fix more tests * Conditionally build kaldifeat, fix some more tests * Fix more tests, remove dead code, bump version * Remaining fixes, legacy OPUS reading mode env var * Fixes for torchaudio==2.0.0 * Fixes for save_audio/save_audios * Skip backends for audio saving that are not applicable (e.g. torchaudio backends when it's not installed) * Prefer LibsndfileBackend as the default lhotse backend (except for some special cases) + fix CutSet.copy_data()
- Loading branch information
Showing
21 changed files
with
642 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.20.0 | ||
1.21.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.