Raise error for resampling int waveform (#2318)
Summary: Resolves https://github.com/pytorch/audio/issues/2294 Raise an error if the waveform to be resampled is not of floating point type. The `conv1d` operation used in resampling and `nn.Module` used for the transforms don't support integer type. Pull Request resolved: https://github.com/pytorch/audio/pull/2318 Reviewed By: mthrok Differential Revision: D35379276 Pulled By: carolineechen fbshipit-source-id: f8f9539a051e7c3d22bcb45ca6a34aaef67abed0
Showing
Please register or sign in to comment