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

PulseAudio extension #16

Merged
merged 8 commits into from
Mar 27, 2023
Merged

PulseAudio extension #16

merged 8 commits into from
Mar 27, 2023

Commits on Mar 27, 2023

  1. First pass implementation

    r52 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f691431 View commit details
    Browse the repository at this point in the history
  2. Add CI job for ubuntu clang

    r52 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    01c148a View commit details
    Browse the repository at this point in the history
  3. Use cv_any in Timer

    cv_any supports stop_token directly, which avoids certain potential race
    conditions.
    
    Also switched to shared_mutex because its faster on windows
    r52 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    840f8af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84ad9a3 View commit details
    Browse the repository at this point in the history
  5. Add readme for pulse_viz

    r52 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    08ecf11 View commit details
    Browse the repository at this point in the history
  6. Use ninja on Linux CI

    r52 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    189b863 View commit details
    Browse the repository at this point in the history
  7. Update README, docs for pulse_viz

    r52 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    77a9b08 View commit details
    Browse the repository at this point in the history
  8. Simplify CI steps

    r52 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8f60095 View commit details
    Browse the repository at this point in the history