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

Commit 944c8bb0 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:...

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

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

Change-Id: I1213cc48c18f01b5b43cffe520af046c8e789bb8
parents f408bf9f 7c023e88
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),