-
Notifications
You must be signed in to change notification settings - Fork 654
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
Remove ffmpeg fallback from sox_io backend #3516
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3516
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 3 Unrelated FailuresAs of commit 2121368: BROKEN TRUNK - The following jobs failed but were present on the merge base 7368e33:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
b52a3f4
to
531abcc
Compare
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
653031c
to
ef24be7
Compare
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
In pytorch#2419, we added ffmpeg as fallback for sox_io backend. The was a warkaround for solving the issue with libmad removal. Now that we introduced `backend` argument to I/O functions, and libsox integration is moved to dynamic binding where users can use libsox with libmad integration, we do not need the workaround. This commit is based on reverting pytorch#2416 (fd7ace1).
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
In #2419, we added ffmpeg as fallback for sox_io backend. The was a warkaround for solving the issue with libmad removal.
Now that we introduced
backend
argument to I/O functions, and libsox integration is moved to dynamic binding where users can use libsox with libmad integration, we do not need the workaround.This commit is based on reverting #2416 (fd7ace1).