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

Pedalboard v0.9.7+ with PyQt6 crashing on Windows 10, 11 (minimal reproducible example included) #372

Open
Gdalik opened this issue Sep 1, 2024 · 1 comment

Comments

@Gdalik
Copy link

Gdalik commented Sep 1, 2024

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.

@Gdalik
Copy link
Author

Gdalik commented Sep 1, 2024

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

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