diff options
author | Scott Lobdell <slobdell@google.com> | 2022-06-13 17:31:27 +0000 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2022-06-13 17:36:26 +0000 |
commit | 96230268500ca72fd4d4c4cb15c54dbfd268ac89 (patch) | |
tree | ed9f7baeca3035a0e01d0de1b97ee361fbb1cb09 /system/audio_bluetooth_hw/stream_apis.h | |
parent | 5ccf9c5f1a35b5f4ee2ea952df82dfe6706e043c (diff) | |
parent | 197e748fe27845baab411394ac5aaaae5337663a (diff) |
Merge TP1A.220609.001
Change-Id: I6c3c168fb196a53feb1d2688b74bea4fdbc5b3e8
Diffstat (limited to 'system/audio_bluetooth_hw/stream_apis.h')
-rw-r--r-- | system/audio_bluetooth_hw/stream_apis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/audio_bluetooth_hw/stream_apis.h b/system/audio_bluetooth_hw/stream_apis.h index 76845d9ee5..36dd589b16 100644 --- a/system/audio_bluetooth_hw/stream_apis.h +++ b/system/audio_bluetooth_hw/stream_apis.h @@ -31,7 +31,7 @@ constexpr audio_format_t kBluetoothDefaultAudioFormatBitsPerSample = constexpr unsigned int kBluetoothDefaultInputBufferMs = 20; constexpr unsigned int kBluetoothDefaultInputStateTimeoutMs = 20; -constexpr unsigned int kBluetoothDefaultOutputBufferMs = 2; +constexpr unsigned int kBluetoothDefaultOutputBufferMs = 10; constexpr unsigned int kBluetoothSpatializerOutputBufferMs = 10; constexpr audio_channel_mask_t kBluetoothDefaultOutputChannelModeMask = |