mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Tweaked streaming Sources to use fewer OpenAL buffers (and increased the amount of decoded data per buffer to compensate), and removed some unnecessary #include statements.
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
* Indicates how many bytes of raw data should be generated at each
|
||||
* call to Decode.
|
||||
**/
|
||||
static const int DEFAULT_BUFFER_SIZE = 2048;
|
||||
static const int DEFAULT_BUFFER_SIZE = 16384;
|
||||
|
||||
/**
|
||||
* Indicates the quality of the sound.
|
||||
|
||||
Reference in New Issue
Block a user