-
Notifications
You must be signed in to change notification settings - Fork 26
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
slice indices must be integers or None or have an __index__ method [in timbral_brightness and timbral_hardness] #5
Comments
timbral_brightness and timbral_hardness have now been updated to deal with this. |
I'm don't seem to be able to process https://freesound.org/s/198841 in either python2 or python3. In python2 I get the following error:
With python3 I get this other error: (the same as in the issue description)
|
When processing this sound: https://freesound.org/people/bone666138/sounds/198841/ both
timbral_brightness
andtimbral_hardness
models fail (the others work fine). Both return the same error, although it happens in different parts of the code and might be completely unrelated. This is the Python stack trace for the errors:timbral_brightness
timbral_hardness
The text was updated successfully, but these errors were encountered: