diff --git a/source/shared_lib/include/sound/openal/sound_player_openal.h b/source/shared_lib/include/sound/openal/sound_player_openal.h index 12a29e6b5..cf2d59625 100644 --- a/source/shared_lib/include/sound/openal/sound_player_openal.h +++ b/source/shared_lib/include/sound/openal/sound_player_openal.h @@ -13,10 +13,10 @@ #include "platform_common.h" #include #ifdef __APPLE__ -#include +#include #include #else -#include +#include #include #endif #include @@ -69,7 +69,7 @@ public: protected: friend class SoundPlayerOpenAL; static const size_t STREAMBUFFERSIZE = 1024 * 500; - static const size_t STREAMFRAGMENTS = 5; + static const size_t STREAMFRAGMENTS = 10; static const size_t STREAMFRAGMENTSIZE = STREAMBUFFERSIZE / STREAMFRAGMENTS;