Upped the number of CoreAudioOut buffers. This should help when playing over samba shares.

This commit is contained in:
Casey Langen 2016-07-04 16:15:53 -07:00
parent a5d95de7ac
commit 219c65e6c8

View File

@ -36,7 +36,7 @@
#include <iostream>
#define BUFFER_COUNT 8
#define BUFFER_COUNT 16
using namespace musik::core::audio;