You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copied from pytorch/pytorch#19507 by @f90
Documentation for torchaudio.load says that the resulting audio is normalized to [0,1] range. However, simply loading an audio signal and looking at the output of torch.min(signal) reveals it's actually normalized to [-1,1], so the documentation should be fixed.