diff options
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 = |