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

Clamp the max Sound Blaster 16 sample rate to 45454 Hz, not 45000 Hz #2676

Merged
merged 1 commit into from
Jul 12, 2023

Commits on Jul 12, 2023

  1. Clamp the max Sound Blaster 16 sample rate to 45454 Hz, not 45000 Hz

    45454 Hz is the native DAC rate and thus the highest achievable sample
    rate on the SB16, and many programs use that rate. Clamping to 45000 Hz
    would result in a slightly lower pitch in such programs.
    
    The official programming guide is simply wrong when it states the
    following:
    
    "Valid output rates range from 5000 to 45 000 Hz, inclusive."
    johnnovak committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ba3d8e7 View commit details
    Browse the repository at this point in the history