Add note about `normalize` argument (#2449)
Summary: `load` function has `normalize` argument, which converts the native sample type to `torch.float32`. This argument is confusing for audio practitioners as it seems to perform [volume normalization](https://en.wikipedia.org/wiki/Audio_normalization). See https://github.com/pytorch/audio/issues/2253 Due to the BC-breaking concern, we cannot easily change the argument name. This commit adds warnings to documentations. Fix https://github.com/pytorch/audio/issues/2253 Pull Request resolved: https://github.com/pytorch/audio/pull/2449 Reviewed By: nateanl Differential Revision: D36995756 Pulled By: carolineechen fbshipit-source-id: 0b7db2758a355f6aafe06a2273bc72a1027690bd
Showing
Please register or sign in to comment