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
line 1323, in _create_empty_array
return np.empty(shape, dtype, order='C')
ValueError: array is too big; `arr.size * arr.dtype.itemsize` is larger than the maximum possible size.
All I do is using sf.read("filename.wav"). I use the latest version and no anaconda, just pip.
Maybe someone can help.
The text was updated successfully, but these errors were encountered:
I get this error:
All I do is using sf.read("filename.wav"). I use the latest version and no anaconda, just pip.
Maybe someone can help.
The text was updated successfully, but these errors were encountered: