mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-11 09:40:26 +00:00
Slight buffer size adjustment in Stream.cpp
This commit is contained in:
parent
119a369d36
commit
b9c667e50c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user