-
Notifications
You must be signed in to change notification settings - Fork 6
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
segfault in hpss #43
Comments
in SC, the same values work this might be related to the previous bug which I thought was documentation... |
They're not the same values. Sending So, agreed, it ought not crash. But that fft settings string shouldn't be accepted in the first place. |
ah I forgot the new order - last thing is not the padding but max fft size... thanks! |
so my other report (doc issue) definitely needs updating for all maxValueThings |
these values crash it:
fluid-hpss -source /Volumes/machins/projets/sylvain/sons/pad/Filtres-Gestes_00.wav -percussive /Volumes/machins/projets/sylvain/sons/pad/Filtres-Gestes_L_p128.wav -fftsettings 128 -1 -1 0 -harmfiltersize 5 5
but if I change buffer to 2 in fftsetting (128 -1 -1 2) it works.
The text was updated successfully, but these errors were encountered: