-
Notifications
You must be signed in to change notification settings - Fork 719
Remove sox #4046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Remove sox #4046
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
2e25279
Add torchcodec mock with wav loading and saving
samanklesaria fe375f4
Merge branch 'main' into test_wav_hack
NicolasHug 7b47628
Remove io directory
samanklesaria a300221
Let load and save rely on *_with_torchcodec
NicolasHug 07e3b77
install torchcodec in doc job
NicolasHug 92719d3
Add docstring and arguments for load and save
samanklesaria 4a98ee5
Revise docstring
samanklesaria 7b02754
Add typing imports
samanklesaria 74edc0a
Try ffmpeg>4
samanklesaria 80f5eb7
Install conda deps before pip deps
samanklesaria 7f063a6
Add scipy hack for load and save
samanklesaria 700c6c9
Only import scipy during testing
samanklesaria 6995b21
Revert "Install conda deps before pip deps"
samanklesaria 4ab5993
Revert "Try ffmpeg>4"
samanklesaria 43c4602
Revert torchcodec installation changes
samanklesaria f74f004
Use existing wav_utils
samanklesaria 89ca133
Remove _backend folder
samanklesaria 50a538a
Merge branch 'remove_backends' into remove_io_dir
samanklesaria 953fc65
Support frame_offset and num_frames in load hack
samanklesaria 9ab06f7
Merge branch 'torchcodec_loading' into remove_backends
samanklesaria bea8d82
Merge branch 'remove_backends' into remove_io_dir
samanklesaria dd3ff90
Use rand instead of randn for test_save_channels_first
samanklesaria 6013c36
Merge branch 'torchcodec_loading' into remove_backends
samanklesaria 872310b
Merge branch 'remove_backends' into remove_io_dir
samanklesaria 72539b9
Merge branch 'test_wav_hack' into torchcodec_loading
samanklesaria c94e011
Remove pytest-aware code in src
samanklesaria b622d82
Remove torchcodec version check
samanklesaria 93351a2
Fix bugs in torchcodec mock
samanklesaria 5407163
Skip test_load_save_torchcodec
samanklesaria bd7eb52
Correct call to pytest skip
samanklesaria c3d0cc2
Remove torchcodec installation
samanklesaria d10fc19
Add torchcodec to build installation
samanklesaria 92fee51
Remove redundant wav_utils
samanklesaria 34d39ed
Merge branch 'torchcodec_loading' into remove_backends
samanklesaria 0f6ce2d
Merge branch 'remove_backends' into remove_io_dir
samanklesaria 03b441e
Merge branch 'main' into remove_backends
samanklesaria 4e0a9f1
Merge branch 'remove_backends' into remove_io_dir
samanklesaria 8ac0720
Remove io export
samanklesaria 6b7d78c
Remove io import
samanklesaria f2c21e6
Remove torchaudio.io references in docs
samanklesaria cb14121
Remove sox directories
samanklesaria dd0608e
Remove sox in CMakelists
samanklesaria 3f376b1
Merge branch 'main' into remove_sox
samanklesaria 1baec40
Remove sox-dependent files
samanklesaria 85acfcc
Merge branch 'main' into remove_sox
NicolasHug 158bfc4
Remove IS_SOX_AVAILABLE
samanklesaria File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 |
---|---|---|
|
@@ -26,5 +26,3 @@ torio.io | |
.. rubric:: Tutorials using ``torio.io`` | ||
|
||
.. minigallery:: torio.io | ||
|
||
.. minigallery:: torchaudio.io |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
79 changes: 0 additions & 79 deletions
79
examples/libtorchaudio/augmentation/create_jittable_pipeline.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.