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

Commit 7c023e88 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "A2DP: Enable AAC VBR Offloading" am: 8ca3229e am: cef200f9 am: cf4a261a am: a1a56f33

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1341040

Change-Id: Id87ab135fc9162ac7b4f924770a65abdbdf9839a
parents 1b78fd40 a1a56f33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ static const AacParameters kDefaultOffloadAacCapability = {
    .objectType = AacObjectType::MPEG2_LC,
    .sampleRate = SampleRate::RATE_44100,
    .channelMode = ChannelMode::STEREO,
    .variableBitRateEnabled = AacVariableBitRate::DISABLED,
    .variableBitRateEnabled = AacVariableBitRate::ENABLED,
    .bitsPerSample = BitsPerSample::BITS_16};

// LDAC: mSampleRate:(44100|48000|88200|96000), mBitsPerSample:(16|24|32),