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

Commit 8790740d authored by Lajos Molnar's avatar Lajos Molnar
Browse files

media_codecs.xml: extend vorbis sample rate to 8-96kHz

Bug: 18615604
Change-Id: I0245556b8164959dd52fe677901cbfc517627cb4
parent 814cbb4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
        </MediaCodec>
        <MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis">
            <Limit name="channel-count" max="8" />
            <Limit name="sample-rate" ranges="8000,11025,12000,16000,22050,24000,32000,44100,48000,96000" />
            <Limit name="sample-rate" ranges="8000-96000" />
            <Limit name="bitrate" range="32000-500000" />
        </MediaCodec>
        <MediaCodec name="OMX.google.opus.decoder" type="audio/opus">