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

Use correct number of channels for the selected CoreAudio stream #422

Merged

Commits on Feb 11, 2024

  1. Use correct number of channels for the selected CoreAudio stream

    The kAudioStreamPropertyPhysicalFormat query returns the number
    of channels for the device's first audio stream. If any single,
    subsequent stream is selected to fulfill the user request, it may
    use a different number of channels. This mismatch can cause a lot
    of problems.
    mikedickey committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    9929045 View commit details
    Browse the repository at this point in the history