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 stereo downmix on 32 bit PCM #441

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

brabebhin
Copy link
Collaborator

@brabebhin brabebhin commented Nov 20, 2024

The version on master will throw this error

Exception thrown at 0x00007FF86559831A (KernelBase.dll) in MediaPlayerCS.exe: WinRT originate error - 0xC00D5212 : 'Decoder error'.

There will be no sound because the media stream source will not request samples from the audio stream.

This code on this branch will work. For some reason, the order in which those properties are set matters.
This fully fixes #440 , together with some other fixes that were part of the winUI config feature.

@softworkz
Copy link
Collaborator

Oh, nice, will try asap.

Thanks for the quick turnaround!

Copy link
Collaborator

@softworkz softworkz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working perfect now, with and without downmix !

Thanks

Copy link
Member

@lukasf lukasf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, approved!

@brabebhin brabebhin merged commit de96b62 into master Nov 21, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Many TrueHD streams playing silent
3 participants