-
Notifications
You must be signed in to change notification settings - Fork 28
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
assemble_coeffs function in ./examples/spectrograms.py returns error #15
Comments
I've had a crack at diagnosing - struggled with the generators. Running |
The list of lists is on purpose, because the output is not necessarily rectangular (only with —matrixform it is). I would suggest that you start with a set of trusty command line options, like myinput.wav and --plot, if you like
|
Ok, thanks for the tip. I can get it to run with just the argument |
Observing
c
created on line 108, I see it generates objects of dimension 1 x 66 (a 2d array) therefore the function complains that the index [2] is out of range. This error may well be due to my misunderstanding of arguments.If it helps, here is info about the wav file being input:
Seeing as the default for
--sr
is 44100 I thought it would be fine to run with no additional args set.The text was updated successfully, but these errors were encountered: