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 Ogg/vorbis files are mono even if files have more channels #180

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

MarkKremer
Copy link
Contributor

@MarkKremer MarkKremer commented Sep 5, 2024

Resolves #178

It's difficult to write a unit test this because ogg is a lossy format so I can't compare the samples to WAV. Suggestions welcome.

Can otherwise be tested by changing the speedy player to play ogg and obtaining a stereo (or more channels) ogg file to play through it.

@MarkKremer MarkKremer merged commit 696dcd5 into main Sep 5, 2024
1 check passed
@MarkKremer MarkKremer deleted the fix-ogg-vorbis-channel-bug branch September 5, 2024 15:48
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.

Ogg/vorbis files are mono even if files have more channels
2 participants