1 parent 6637d57 commit 532a77dCopy full SHA for 532a77d
1 file changed
noson/src/pulsestreamer.cpp
@@ -220,7 +220,7 @@ void PulseStreamer::streamSink(handle * handle)
220
m_playbackCount.Add(1);
221
PASource audioSource(PA_CLIENT_NAME, deviceName);
222
FLACEncoder audioEncoder;
223
- BufferedStream stream(512);
+ BufferedStream stream(64);
224
audioEncoder.open(audioSource.getFormat(), &stream);
225
226
// the source is muted for a short time to limit output rate on startup
0 commit comments