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

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

Merge "Turn on 48kHz sampling rate in offload's AAC codec capability" into main am: 7f6a8039

parents 5d4697a5 7f6a8039
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ static const SbcCapabilities kDefaultOffloadSbcCapability = {

static const AacCapabilities kDefaultOffloadAacCapability = {
    .objectType = {AacObjectType::MPEG2_LC},
    .sampleRateHz = {44100},
    .sampleRateHz = {44100, 48000},
    .channelMode = {ChannelMode::STEREO},
    .variableBitRateSupported = true,
    .bitsPerSample = {16}};