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
Thanks for using torchaudio. We are overhauling I/O mechanism, and in the future, the signature of torchaudio.load will be slightly changed. The detail can be found pytorch/audio#903
In the following use case, normalization becomes normalize, but the default value will be kept same.
In the upcoming release 0.7.0, (which is expected to happen in about a week), we start issuing warnings about the change, but the code will keep working. In 0.8.0 release (no fixed date yet), the interface will be changed.
Since the default values for normalization/normalize and channels_first are kept same, using wav, sr = torchaudio.load(path) will reduce the maintenance cost.
The text was updated successfully, but these errors were encountered:
Hi
Thanks for using
torchaudio
. We are overhauling I/O mechanism, and in the future, the signature oftorchaudio.load
will be slightly changed. The detail can be found pytorch/audio#903In the following use case,
normalization
becomesnormalize
, but the default value will be kept same.silero-models/utils.py
Lines 29 to 31 in 15d36e4
In the upcoming release
0.7.0
, (which is expected to happen in about a week), we start issuing warnings about the change, but the code will keep working. In0.8.0
release (no fixed date yet), the interface will be changed.Since the default values for
normalization
/normalize
andchannels_first
are kept same, usingwav, sr = torchaudio.load(path)
will reduce the maintenance cost.The text was updated successfully, but these errors were encountered: