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

Commit be79a492 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "Add AUDIO_FORMAT_APTX_ADAPTIVE_{QLEA|R4}" am: bf1d79be am: 2baf6479

parents 75fa1db4 2baf6479
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1039,6 +1039,16 @@ const detail::AudioFormatPairs& getAudioFormatPairs() {
        {
            AUDIO_FORMAT_DRA, make_AudioFormatDescription(MEDIA_MIMETYPE_AUDIO_DRA)
        },
        {
            // Note: not in the IANA registry.
            AUDIO_FORMAT_APTX_ADAPTIVE_QLEA,
            make_AudioFormatDescription("audio/vnd.qcom.aptx.adaptive.r3")
        },
        {
            // Note: not in the IANA registry.
            AUDIO_FORMAT_APTX_ADAPTIVE_R4,
            make_AudioFormatDescription("audio/vnd.qcom.aptx.adaptive.r4")
        },
    }};
    return pairs;
}