potential fix to audio issues

This commit is contained in:
Ryzerth
2020-12-06 16:46:50 +01:00
parent f4f8c77ffa
commit a6a4193fbb
5 changed files with 5 additions and 5 deletions

View File

@ -142,7 +142,7 @@ private:
PaError err;
float sampleRate = dev->sampleRates[dev->srId];
int bufferSize = sampleRate / 60.0f;
int bufferSize = sampleRate / 200.0f;
if (dev->channels == 2) {
stereoRB.data.setMaxLatency(bufferSize * 2);