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

fix: Read OGG as a direct binary stream to avoid StreamFilterOGG #34

Merged
merged 1 commit into from
May 31, 2024

Conversation

piotrmacha
Copy link
Member

Opening the file created a new Stream and later the OGG files were loaded using StreamFilterOGG that caused problems after trying to play them with Bass. After this change, we are reading the file binary stream directly to get all the bytes unaltered.

@piotrmacha piotrmacha merged commit c05cadb into main May 31, 2024
3 checks passed
@piotrmacha piotrmacha deleted the bugfix/ogg-loading branch May 31, 2024 21:16
This pull request was closed.
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

Successfully merging this pull request may close these issues.

1 participant