Skip to content
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

Closed
wants to merge 1 commit into from

Commits on Jul 28, 2023

  1. Remove ffmpeg fallback from sox_io backend

    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 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2121368 View commit details
    Browse the repository at this point in the history