VirtualBox

Changeset 89592 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 10, 2021 9:38:20 AM (4 years ago)
Author:
vboxsync
Message:

ConsoleImpl2: Select WAS for windows 7 and later (seems to work fine). bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r89581 r89592  
    31743174                    case AudioDriverType_DirectSound:
    31753175                        /* Use the windows audio session (WAS) API rather than Direct Sound on windows
    3176                            versions we've tested it on (currently W10+).  Since Vista, Direct Sound has
     3176                           versions we've tested it on (currently W7+).  Since Vista, Direct Sound has
    31773177                           been emulated on top of WAS according to the docs, so better use WAS directly. */
    31783178                        pszAudioDriver = "DSoundAudio";
    3179                         if (RTSystemGetNtVersion() >= RTSYSTEM_MAKE_NT_VERSION(10,0,0))
     3179                        if (RTSystemGetNtVersion() >= RTSYSTEM_MAKE_NT_VERSION(6,1,0))
    31803180                            pszAudioDriver = "HostAudioWas";
    31813181                        break;
Note: See TracChangeset for help on using the changeset viewer.

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