Skip to content
Snippets Groups Projects
Commit 667ab3c6 authored by P V's avatar P V
Browse files

bluez5: adjust parameters

parent 67eb0cc3
No related tags found
No related merge requests found
Pipeline #832748 passed
......@@ -51,7 +51,7 @@ struct props {
};
#define A2DP_PREBUFFER_PACKETS 1
#define BAP_PREBUFFER_PACKETS 1
#define BAP_PREBUFFER_PACKETS 0
#define FILL_FRAMES (4 + A2DP_PREBUFFER_PACKETS)
#define MIN_BUFFERS 2
......@@ -59,7 +59,7 @@ struct props {
#define BUFFER_SIZE (8192*8)
#define RATE_CTL_DIFF_MAX 0.005
#define BAP_SEND_LATENCY (25 * SPA_NSEC_PER_MSEC)
#define BAP_SEND_LATENCY (75 * SPA_NSEC_PER_MSEC/10)
struct buffer {
uint32_t id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment