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
torchaudio drops support for meta data functionality in favor of using
torchcodec.
See pytorch/audio#3902
This patch implements a new path for torchaudio versions 2.9+ by
checking the version number.
In uses the new torchcodec API for retrieving metadata and decoding.
Signed-off-by: Lubosz Sarnecki <lubosz@gmail.com>
0 commit comments