Slight buffer size adjustment in Stream.cpp

This commit is contained in:
casey 2016-06-23 02:12:49 -07:00
parent 119a369d36
commit b9c667e50c

View File

@ -45,7 +45,7 @@ using musik::core::PluginFactory;
static std::string TAG = "Stream";
Stream::Stream(unsigned int options)
: preferedBufferSampleSize(2048)
: preferedBufferSampleSize(4096)
, options(options)
, decoderSampleRate(0)
, decoderChannels(0)