dmuratshin 9 years ago
parent
commit
399016ac68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sound/oal/StreamingSoundHandleOAL.cpp

+ 1 - 1
src/sound/oal/StreamingSoundHandleOAL.cpp

@@ -34,7 +34,7 @@ namespace oxygine
     pthread_key_t _tls;
 
     bool _synchronized = true;
-    int BUFF_SIZE = 12000;
+    int BUFF_SIZE = 20000;
     void* localMem = 0;