We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, @psobot!
I have finally managed to make the minimal reproducible example, which causes the crashing with error code -1073741819 (0xC0000005)
The script works with pedalboard v0.9.6 or lower.
The text was updated successfully, but these errors were encountered:
UPD:
It's not about PyQt6, unfortunately.
The same result with just this:
from pedalboard.io import AudioFile with AudioFile('PN.flac', 'r') as f: f.read(44100)
So, it seems to be the same issue as this
Sorry, something went wrong.
No branches or pull requests
Hi, @psobot!
I have finally managed to make the minimal reproducible example, which causes the crashing with error code -1073741819 (0xC0000005)
The script works with pedalboard v0.9.6 or lower.
The text was updated successfully, but these errors were encountered: