Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6045ef21 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Reduce the audio A2DP HAL output audio stream buffer size

am: 6f6da2ed

Change-Id: Ib4af0fad802cd629f4008f52b0ec99a9ef1829e3
parents 28d59235 6f6da2ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
//
// to avoid introducing the FastMixer in AudioFlinger. Using the FastMixer
// results in unnecessary latency and CPU overhead for Bluetooth.
#define AUDIO_STREAM_OUTPUT_BUFFER_PERIODS 4
#define AUDIO_STREAM_OUTPUT_BUFFER_PERIODS 2

#define AUDIO_SKT_DISCONNECTED (-1)