Fix save INT16 sox backend (#3524)
Summary: When passing int16 type tensor to `save(backend="sox")`, the resulting file should be 16-bit signed PCM, but instead is 32-bit signed PCM. Resolves https://github.com/pytorch/audio/issues/3304 Pull Request resolved: https://github.com/pytorch/audio/pull/3524 Reviewed By: huangruizhe Differential Revision: D47941090 Pulled By: mthrok fbshipit-source-id: 2622b31eb1cbf03969f67ab2b2adec6e2ba677c4
Showing
Please register or sign in to comment