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

Files are truncated to about an hour #77

Closed
GWBasic opened this issue Oct 22, 2023 · 0 comments · Fixed by #79
Closed

Files are truncated to about an hour #77

GWBasic opened this issue Oct 22, 2023 · 0 comments · Fixed by #79
Labels
bug Something isn't working

Comments

@GWBasic
Copy link
Owner

GWBasic commented Oct 22, 2023

Upmixing a file that's 2:05:56 (Just under 2 hours, 6 minutes) long, was truncated to 58:18. (Fifty-eight minutes, eighteen seconds.)

Not sure why

Edit: The root cause is that wave_stream doesn't support files longer than RIFF's 32-bit size values: GWBasic/wave_stream#30

To fix this: I'm going to implement some file splitting logic. Wav files longer than 4GB have inconsistent support, but Sox can concatinate into other formats that support long files.

@GWBasic GWBasic added the bug Something isn't working label Oct 22, 2023
@GWBasic GWBasic linked a pull request Nov 12, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant