Decrease audio buffer size
This commit is contained in:
parent
66610efd33
commit
205ed34468
@ -58,7 +58,7 @@ bool RtAudioOutput::open()
|
||||
|
||||
try
|
||||
{
|
||||
uint32_t bufferFrames = 1024;
|
||||
uint32_t bufferFrames = 128;
|
||||
dac_->openStream(¶meters, nullptr, RTAUDIO_SINT16, sampleRate_, &bufferFrames, &RtAudioOutput::audioBufferReadHandler, static_cast<void*>(this));
|
||||
|
||||
return audioBuffer_.open(QIODevice::ReadWrite);
|
||||
|
Loading…
x
Reference in New Issue
Block a user