diff --git a/src/autoapp/Projection/RtAudioOutput.cpp b/src/autoapp/Projection/RtAudioOutput.cpp index d84428b..ca94bfc 100644 --- a/src/autoapp/Projection/RtAudioOutput.cpp +++ b/src/autoapp/Projection/RtAudioOutput.cpp @@ -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(this)); return audioBuffer_.open(QIODevice::ReadWrite);