-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
IndexError when converting audio to_soundarray() #246
Labels
bug
Issues that report (apparent) bugs.
Comments
I successfully converted the audio from a problematic file by reducing the |
i have same problem
|
in /ubuntu/conv/60886/conv/baaabk9k/1_000.mp4
|
ghost
pushed a commit
that referenced
this issue
Apr 4, 2017
* audio error handling made failsafe, as for video * fixed case when accessing time out of the estimated valid range * Added test video for issue #246 * remove change not directly related to PR
Merged
Looks like a fix for this was merged. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When converting audio to a numpy array with
.to_soundarray()
I get aIndexError
with some files. This occured with audion from video clips and with audio clipsThe error occurs with this File: https://github.com/pinae/Audiosyncer/blob/master/sample_mono_short.flac
This code reproduces the error:
The whole error message:
The text was updated successfully, but these errors were encountered: