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

Make compatible with rtaudio API 5 and 6. #1284

Merged
merged 4 commits into from Jan 22, 2024

Commits on Jan 21, 2024

  1. Make compatible with rtaudio API 5 and 6.

    Recent rtaudio changed the API to not throw exceptions anymore and
    also have DeviceIDs not queried by index but IDs that are provided
    separately ( https://github.com/thestk/rtaudio/releases ).
    
    Adapt the code-base to be compatible with the old and the new API
    as we have to exepect that in a transition period both APIs are
    common on various build platforms.
    hzeller committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    23ae661 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cefead View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f197cf6 View commit details
    Browse the repository at this point in the history
  4. Address review comments.

    hzeller committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    5a003e9 View commit details
    Browse the repository at this point in the history