[chronojump] Experimental trying sound OSX without gstreamer



commit 7571c22664ea5a42dc66b8e87d1311ce7c5fff29
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Feb 26 11:48:24 2016 +0100

    Experimental trying sound OSX without gstreamer

 src/util.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/util.cs b/src/util.cs
index 1832a6d..0931de2 100644
--- a/src/util.cs
+++ b/src/util.cs
@@ -1185,10 +1185,11 @@ public class Util
                 * and some MacOSX users have 300% CPU
                 */
 
-               if( UtilAll.GetOSEnum() == UtilAll.OperatingSystems.LINUX ||
-                               UtilAll.GetOSEnum() == UtilAll.OperatingSystems.MACOSX )
+               //if( UtilAll.GetOSEnum() == UtilAll.OperatingSystems.LINUX ||
+               //              UtilAll.GetOSEnum() == UtilAll.OperatingSystems.MACOSX )
+               if( UtilAll.GetOSEnum() == UtilAll.OperatingSystems.LINUX )
                        playSoundGstreamer(mySound);
-               else //Windows
+               else //Windows //or mac experimental
                        playSoundWindows(mySound);
        }
        


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]