mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 03:14:30 +00:00
Tweak Stream's default buffer length.
This commit is contained in:
parent
1c448e0f8e
commit
d9be580620
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user