]> git.sesse.net Git - vlc/commitdiff
DirectSound: use float output by default
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 25 Apr 2013 17:08:08 +0000 (19:08 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 25 Apr 2013 17:08:47 +0000 (19:08 +0200)
modules/audio_output/directx.c

index e9876ef808a6656e7d7c296d8e3aaafd270282b8..9f2c5c209c23ac9177f824a6f16b6549baaba623 100644 (file)
@@ -130,7 +130,7 @@ vlc_module_begin ()
              DEVICE_TEXT, DEVICE_LONGTEXT, false )
         change_string_cb( ReloadDirectXDevices )
     add_obsolete_string( "directx-audio-device-name")
-    add_bool( "directx-audio-float32", false, FLOAT_TEXT,
+    add_bool( "directx-audio-float32", true, FLOAT_TEXT,
               FLOAT_LONGTEXT, true )
     add_string( "directx-audio-speaker", "Windows default",
                  SPEAKER_TEXT, SPEAKER_LONGTEXT, true )