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

Unverified Commit e4674c11 authored by klozz's avatar klozz Committed by Michael Bestas
Browse files

btaudio: aidl: add 16 bit sample rate for aptX offloading

For some reason soundpeats are asking for 16bit on aptX adaptive
and are crashing the whole audio sesion

Change-Id: I9f37838146b45a98e734bbc6939914d03ba3cf62
parent 4f1d622a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ static const AptxCapabilities kDefaultOffloadAptxCapability = {
static const AptxCapabilities kDefaultOffloadAptxHdCapability = {
    .sampleRateHz = {44100, 48000},
    .channelMode = {ChannelMode::STEREO},
    .bitsPerSample = {24},
    .bitsPerSample = {16, 24},
};

static const OpusCapabilities kDefaultOffloadOpusCapability = {