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

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

Merge "A2DP: Enable AAC VBR Offloading" am: 8ca3229e

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

Change-Id: Ie7e8e89343e69d0e1717b25d1c53fd6c1f7c36d7
parents 7fb435ce 8ca3229e
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),