bastibe / python-soundfile

SoundFile is an audio library based on libsndfile, CFFI, and NumPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

asusdisciple opened this issue · 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.