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

Support for audio output using WASAPI #14697

Merged
merged 6 commits into from
Apr 30, 2023
Merged

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    48e37d0 View commit details
    Browse the repository at this point in the history
  2. playWaveFile: Close the device as soon as we're done playing. See the…

    … code comment for explanation.
    jcsteh committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    541033e View commit details
    Browse the repository at this point in the history
  3. Support associating a stream with an audio session so it can be separ…

    …ately controlled in the system Volume Mixer. Split NVDA sounds into their own session. Support setting the volume of a session.
    jcsteh committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    b2a4499 View commit details
    Browse the repository at this point in the history
  4. Enable WASAPI by default.

    jcsteh committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6d1cf6e View commit details
    Browse the repository at this point in the history
  5. Gracefully handle no audio devices at startup. Don't play error soudn…

    … when in error state.
    jcsteh committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    b3dc35c View commit details
    Browse the repository at this point in the history
  6. Update what's new

    michaelDCurran authored and jcsteh committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    aa5b4a0 View commit details
    Browse the repository at this point in the history