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

clipping on 16 to 8 bit conversion #120

Open
mogrifier opened this issue May 22, 2023 · 1 comment
Open

clipping on 16 to 8 bit conversion #120

mogrifier opened this issue May 22, 2023 · 1 comment

Comments

@mogrifier
Copy link
Owner

Max 8 bit value (255) is clipping. Not really sure why. Would expect that to be OK??

@mogrifier
Copy link
Owner Author

Not really clipping but distortion cause by a value rollover. Values are going from max to min and then back to max, creating audible clicks that cannot be removed. They have to be prevented in my code. Take a look at all conversion to 8 bit routines.

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

No branches or pull requests

1 participant