We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting the following error on some of my FLAC files with soundfile==0.12.1:
soundfile==0.12.1
Traceback (most recent call last): File "/zhome/d6/0/134239/dummy_project/temp3.py", line 3, in <module> sf.read('audio/00003_mixture.flac') File "/zhome/d6/0/134239/dummy_project/venv/lib/python3.10/site-packages/soundfile.py", line 288, in read data = f.read(frames, dtype, always_2d, fill_value, out) File "/zhome/d6/0/134239/dummy_project/venv/lib/python3.10/site-packages/soundfile.py", line 895, in read frames = self._array_io('read', out, frames) File "/zhome/d6/0/134239/dummy_project/venv/lib/python3.10/site-packages/soundfile.py", line 1344, in _array_io return self._cdata_io(action, cdata, ctype, frames) File "/zhome/d6/0/134239/dummy_project/venv/lib/python3.10/site-packages/soundfile.py", line 1354, in _cdata_io _error_check(self._errorcode) File "/zhome/d6/0/134239/dummy_project/venv/lib/python3.10/site-packages/soundfile.py", line 1407, in _error_check raise LibsndfileError(err, prefix=prefix) soundfile.LibsndfileError: Error : unknown error in flac decoder.
Note the error is not raised with soundfile==0.12.0 or soundfile==0.11.0.
soundfile==0.12.0
soundfile==0.11.0
Example file: 00003_mixture.tar.gz
The text was updated successfully, but these errors were encountered:
Nevermind, this is a libsndfile error and didn't realise the loaded libsndfile version on my system was changing when changing soundfile versions.
Sorry, something went wrong.
No branches or pull requests
I am getting the following error on some of my FLAC files with
soundfile==0.12.1
:Note the error is not raised with
soundfile==0.12.0
orsoundfile==0.11.0
.Example file: 00003_mixture.tar.gz
The text was updated successfully, but these errors were encountered: