* In the usage help, put LEVELFILE into brackets since it's an optional argument.
[supertux.git] / src / audio / stream_sound_source.hpp
index 0c245cd..05342eb 100644 (file)
@@ -25,8 +25,7 @@ public:
   void update();
   
 private:
-  //static const size_t STREAMBUFFERSIZE = 1024 * 500;
-  static const size_t STREAMBUFFERSIZE = 1024 * 20;
+  static const size_t STREAMBUFFERSIZE = 1024 * 500;
   static const size_t STREAMFRAGMENTS = 5;
   static const size_t STREAMFRAGMENTSIZE 
     = STREAMBUFFERSIZE / STREAMFRAGMENTS;