Fix signature mismatch on _fail_info_fileobj (#3032)
Summary: If FFmpeg is not available, sox_io cannot fallback to it. In such case, we use a fallback function, just to raise an error with easy-to-understand message. Turned out that the number of arguments this function receives is wrong. This commit fixes it. Pull Request resolved: https://github.com/pytorch/audio/pull/3032 Reviewed By: hwangjeff Differential Revision: D42966930 Pulled By: mthrok fbshipit-source-id: c2c969c7f8db4119ae965a715d65c10f6ac6087c
Showing
Please register or sign in to comment