mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: media-sink: bigger socket buffer
Bigger buffer allows for more fluctuation in transmission rate without sound glitches. It doesn't matter much for latency, as under normal conditions we are not producing data faster than the BT adapter can transmit, so the buffer generally is almost always empty or full, and in the latter case we have to reduce the bitrate.
This commit is contained in:
parent
8a3c1bedde
commit
d231e2a1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ struct props {
|
|||
char clock_name[64];
|
||||
};
|
||||
|
||||
#define FILL_FRAMES 2
|
||||
#define FILL_FRAMES 4
|
||||
#define MAX_BUFFERS 32
|
||||
#define MIN_LATENCY 128
|
||||
#define MAX_LATENCY 8192
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue