Skip to content

Commit 532a77d

Browse files
committed
pulse stream buffer is too large: reduce to 64 chunks
1 parent 6637d57 commit 532a77d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noson/src/pulsestreamer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void PulseStreamer::streamSink(handle * handle)
220220
m_playbackCount.Add(1);
221221
PASource audioSource(PA_CLIENT_NAME, deviceName);
222222
FLACEncoder audioEncoder;
223-
BufferedStream stream(512);
223+
BufferedStream stream(64);
224224
audioEncoder.open(audioSource.getFormat(), &stream);
225225

226226
// the source is muted for a short time to limit output rate on startup

0 commit comments

Comments
 (0)