Tweak Stream's default buffer length.

This commit is contained in:
casey langen 2017-02-24 00:01:29 -08:00
parent 1c448e0f8e
commit d9be580620

View File

@ -53,7 +53,7 @@ namespace musik { namespace core { namespace audio {
public:
static IStreamPtr Create(
int samplesPerChannel = 2048,
double bufferLengthSeconds = 4.5,
double bufferLengthSeconds = 5,
unsigned int options = 0);
private: