mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: make min buffer size match the latency
We request a latency of at least 512 so make sure we have buffers that large. See #680
This commit is contained in:
parent
63c5fadcfc
commit
37d8cbd5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ extern "C" {
|
|||
#define BLUEZ_MEDIA_ENDPOINT_INTERFACE BLUEZ_SERVICE ".MediaEndpoint1"
|
||||
#define BLUEZ_MEDIA_TRANSPORT_INTERFACE BLUEZ_SERVICE ".MediaTransport1"
|
||||
|
||||
#define MIN_LATENCY 128
|
||||
#define MIN_LATENCY 512
|
||||
#define MAX_LATENCY 1024
|
||||
|
||||
#define OBJECT_MANAGER_INTROSPECT_XML \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue