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

Unload problematic modules automatically (PulseAudio) & Improve Multi-Threading #268

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 18, 2021

  1. feat(pulseaudio): implement changes proposed by @D3SOX

    This change will unload all problematic PulseAudio modules automatically and reload them when soundux exits
    Curve committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a7c0a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e01b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    d79a200 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. refactor: remove gAudio

    chore(deps): update lockpp, webviewpp
    refactor: UI now holds all playingSounds
    refactor: PlayingSound now provides methods to pause/resume/setVolume ...
    refactor: make PlayingSound manage mutexes instead of gAudio
    Curve committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    0aa2594 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. refactor: make use of 0.3.26 pipewire enhancements

    Greatly reduces code size
    Curve committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e714f74 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    17dd691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd8d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fb8115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a50de90 View commit details
    Browse the repository at this point in the history
  5. feat(hotkeys): improve support for midi devices

    refactor(hotkeys): shared_ptr -> unique_ptr, adjust to upcoming structural changes
    Curve committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    462dd3a View commit details
    Browse the repository at this point in the history
  6. refactor(PlayingSound): Only calculate length-/readInMs when required…

    …, fix typo, adjust to upcoming changes
    Curve committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8d9014f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6512fd0 View commit details
    Browse the repository at this point in the history