VirtualBox

Changeset 99723 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 10, 2023 1:20:23 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157295
Message:

Audio/Settings: Also use the PulseAudio backend when we find pipewire-pulse running (instead of falling back to ALSA), which acts as a PulseAudio-compatible daemon for Pipewire-enabled applications. Thanks to Aroun! ticketref:21575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r99680 r99723  
    89408940    {
    89418941# ifdef VBOX_WITH_AUDIO_PULSE
    8942         /* Check for the pulse library & that the pulse audio daemon is running. */
    8943         if (   RTProcIsRunningByName("pulseaudio")
     8942        /* Check for the pulse library & that the PulseAudio daemon is running. */
     8943        if (   (   RTProcIsRunningByName("pulseaudio")
     8944                /* We also use the PulseAudio backend when we find pipewire-pulse running, which
     8945                 * acts as a PulseAudio-compatible daemon for Pipewire-enabled applications. See @ticketref{21575} */
     8946                || RTProcIsRunningByName("pipewire-pulse"))
    89448947            && RTLdrIsLoadable("libpulse.so.0"))
    89458948        {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette