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
The wav.Reader struct doesn't expose any of the file meta data like wav.Duration or wav.bytesPerSample. Currently, you have to call .String() retrieve that information. Am I missing something?
The wav.Reader struct doesn't expose any of the file meta data like
wav.Duration
orwav.bytesPerSample
. Currently, you have to call.String()
retrieve that information. Am I missing something?The text was updated successfully, but these errors were encountered: