python-soundfile icon indicating copy to clipboard operation
python-soundfile copied to clipboard

Value Error: array is too big when loading .flac file

Open asusdisciple opened this issue 1 year ago • 0 comments

I get this error:

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.

asusdisciple avatar Oct 26 '23 10:10 asusdisciple