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
As you likely already know, audioread produces buffers containing 16-bit little-endian signed integers. So you'll want to invoke frombuffer with that number format.
The docs would be much more useful to me if this introductory sample
included some notion of how to convert
buf
to a numpy array. If you have a minute. (and, if that's easy to do)The text was updated successfully, but these errors were encountered: