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

Remove CoreAudio device disconnect listener when closing input mode streams #417

Merged

Commits on Jan 10, 2024

  1. Remove CoreAudio device disconnect listener when closing input mode s…

    …treams
    
    The flag handle->disconnectListenerAdded[0] is never set to true for input
    mode streams because the probeOpenStream() code uses
    handle->disconnectListenerAdded[mode].
    
    This causes RtAudio to never remove device disconnect listeners, which can
    cause the listener slots to fill up and an "illegal instruction" error code
    to be returned when you try to add a new one.
    mikedickey committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b0e3374 View commit details
    Browse the repository at this point in the history