Merge pull request #3142 from wsoltys/defaultaudio
authorwsoltys <wiso@xbmc.org>
Sat, 24 Aug 2013 20:55:55 +0000 (13:55 -0700)
committerwsoltys <wiso@xbmc.org>
Sat, 24 Aug 2013 20:55:55 +0000 (13:55 -0700)
[WIN32] changed: use the directsound default device on clean startup instead of wasapi

system/settings/win32.xml

index c0b42e6..bb716a2 100644 (file)
@@ -43,7 +43,7 @@
       <group id="2">
         <setting id="audiooutput.audiodevice" type="string" label="545" help="36371">
           <level>2</level>
-          <default>WASAPI:default</default> <!-- will be properly set on startup -->
+          <default>DirectSound:default</default>
           <constraints>
             <options>audiodevices</options>
           </constraints>
@@ -51,7 +51,7 @@
         </setting>
         <setting id="audiooutput.passthroughdevice" type="string" label="546" help="36372">
           <level>2</level>
-          <default>WASAPI:default</default> <!-- will be properly set on startup -->
+          <default>DirectSound:default</default>
           <constraints>
             <options>audiodevicespassthrough</options>
           </constraints>