Hi,
We're using sox_io backend for torchaudio. New version of the AudioMetaData class returned by the info method doesn't have all the data I need for analysis.
info method in the deprecated sox backend used to return sox_signalinfo_t and sox_encodinginfo_t that had much more detailed information about encoding, bit depth etc.
What should I use to get the info about audio file's encoding, bit depth and other details?