aboutsummaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 1d01d32..713e06f 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -256,7 +256,7 @@ int sound_device_get_by_name(SoundDevice *device, const char *device_name, const
buffer_attr.tlength = -1;
buffer_attr.prebuf = -1;
buffer_attr.minreq = buffer_attr.fragsize;
- buffer_attr.maxlength = -1;
+ buffer_attr.maxlength = buffer_attr.fragsize;
int error = 0;
pa_handle *handle = pa_sound_device_new(nullptr, description, device_name, description, &ss, &buffer_attr, &error);