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

_SNDSETPOS Fails on WAV Files Larger Than 2GB #590

Open
a740g opened this issue Dec 14, 2024 · 0 comments
Open

_SNDSETPOS Fails on WAV Files Larger Than 2GB #590

a740g opened this issue Dec 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@a740g
Copy link
Contributor

a740g commented Dec 14, 2024

Describe the bug
The _SNDSETPOS function fails to work correctly on WAV files exceeding 2GB. The issue was reported on Discord by tony3068.

To Reproduce
tony3068 was able to duplicate the issue with a 28hr audio book file. However, more testing is required for RCA.

Expected behavior
_SNDSETPOS should handle WAV files larger than 2GB without closing the stream or causing other unexpected behavior.

Additional context
Resampling to reduce file size was a workaround, but it’s not an ideal solution for all cases. So, it does not seem to be dependent on the sample rate, bits, channels etc.

@a740g a740g added the bug Something isn't working label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant