-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
With 64bit python, result of G722.decode() is broken. #6
Comments
I forgot to mention that I'm using Windows. |
@ynkdir would it be possible for you to create a unit test? I have added some minimal build/test on Windows recently. See test.py & .github/workflows/build_and_test.yml. Thanks! |
sobomax
added a commit
that referenced
this issue
Jul 29, 2024
I've fixed the issue, added unit test and rolled a new release 1.2.0. Thanks for reporting! |
Thank you. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
With 64bit python (3.12.4 amd64), result of G722.decode() is broken.
Reproducible code:
Result:
This is caused by sizeof(long) (4) != sizeof(np_intp) (8).
The text was updated successfully, but these errors were encountered: