mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-21 01:40:30 -05:00
bluetooth: allow increasing output bitrate
Bluetooth thread may ask encoder to reduce bitrate if writing is not keeping up with inputs or writing to bluetooth socket takes too much time. Assuming conditions leading to reduced bitrate are intermittent, allow periodic attempts to increase encoder bitrate, by default at most twice per second. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/481>
This commit is contained in:
parent
ac33a01f30
commit
9699511215
3 changed files with 34 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ struct pa_bluetooth_device {
|
|||
bool valid;
|
||||
bool autodetect_mtu;
|
||||
bool codec_switching_in_progress;
|
||||
uint32_t output_rate_refresh_interval_ms;
|
||||
|
||||
/* Device information */
|
||||
char *path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue