configs: Reduce offload pausetimeout to 3 secs
- On split a2dp audio is received on remote device for 10secs after triggering pause of offload session - Offload session is tear down only after 10secs which resulted silence audio stream to BT till pause timeout - Reduce pausetimeout to 3 secs to inline split & non-split a2dp behaviour Change-Id: Ieded332df3e043c017fc5f054b64d28e6fb72e90
This commit is contained in:
parent
805afd912a
commit
ec59ba377e
|
@ -218,3 +218,7 @@ fm.a2dp.conc.disabled=true
|
|||
#audio becoming noisy intent broadcast delay
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
audio.noisy.broadcast.delay=600
|
||||
|
||||
#offload pausetime out duration to 3 secs to inline with other outputs
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
audio.offload.pstimeout.secs=3
|
||||
|
|
|
@ -221,3 +221,7 @@ audio.noisy.broadcast.delay=600
|
|||
#Enable HIFI audio support for internal codec
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.audio.hifi.int_codec=true
|
||||
|
||||
#offload pausetime out duration to 3 secs to inline with other outputs
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
audio.offload.pstimeout.secs=3
|
||||
|
|
Loading…
Reference in New Issue