Skip to content
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

signal 11: SIGSEGV when making consecutive calls of vamp.collect #2

Open
tomxi opened this issue Sep 29, 2017 · 0 comments
Open

signal 11: SIGSEGV when making consecutive calls of vamp.collect #2

tomxi opened this issue Sep 29, 2017 · 0 comments

Comments

@tomxi
Copy link

tomxi commented Sep 29, 2017

Thanks for the repo! Really useful python binding.

I'm running into a issue where when I make consecutive calls of vamp.collect, I eventually get a segmentation fault. I'm calling the following code with different y vectors, about 30 sec wave files, and it I get a signal 11 anywhere from 3 to 20 calls.

param = {'threshdistr': 2,
                'outputunvoiced': 0,
                'precisetime': 0,
                'lowampsuppression': 0.01
                }

output = vamp.collect(y, fs, 'pyin:pyin', output='notes', parameters=param)

The error I get

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Thanks in advance!
Tom Xi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant