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

QEMU Audio support in VNC Viewer (currently Windows only) #1478

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

Commits on Jun 4, 2022

  1. QEMU Audio support on Windows

    Added support for VNC protocol extension "QEMU audio" to the VNC Viewer (Windows only).
    mkupchik committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    31aa3f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Revert "QEMU Audio support on Windows"

    This reverts commit 31aa3f8.
    mkupchik committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    fc2c633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c032e2 View commit details
    Browse the repository at this point in the history
  3. QEMU Audio support on Windows

    Added support for VNC protocol extension "QEMU audio" to the VNC Viewer (Windows only).
    mkupchik committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    91ca066 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    7e7483d View commit details
    Browse the repository at this point in the history
  2. Switched to 48 kHz output sample rate

    Switched default output sampling rate to 48 kHz to avoid downsampling in QEMU for modern Windows guests. Also removed some code duplication in CMsgReader.
    mkupchik committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    23b2e4f View commit details
    Browse the repository at this point in the history