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.
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.