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

Incorrect subframe for decoding left subframe #123

Merged
merged 2 commits into from Jan 16, 2022

Conversation

MulattoKid
Copy link
Contributor

@MulattoKid MulattoKid commented Dec 26, 2021

When decoding the left subframe in a Right-Side encoded frame, the left subframe is decoded by adding the side subframe to the right subframe, not the left subframe (the one to decode).

When decoding the left subframe in a Right-Side encoded frame, the left subframe is decoded by adding the side subframe to the right subframe, not the left subframe (the one to decode).
Copy link
Collaborator

@ktmf01 ktmf01 left a comment

Thanks a lot for pointing out this mistake of mine. I just spotted one more, maybe you can add it to this PR

flac.md Outdated Show resolved Hide resolved
@retokromer
Copy link
Collaborator

@retokromer retokromer commented Dec 27, 2021

Good catches, @MulattoKid @ktmf01, thank you!

The Mid channel should be shifted right (divided by two), not left (multiplied by two).
@MulattoKid
Copy link
Contributor Author

@MulattoKid MulattoKid commented Dec 27, 2021

Added @ktmf01 's find.

@retokromer retokromer merged commit 28104bb into ietf-wg-cellar:master Jan 16, 2022
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.

None yet

3 participants