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

Commit 49184692 authored by Arun Johnson's avatar Arun Johnson
Browse files

Changing max SampleRate limits for raw audio decoder

bug: 240984267
Change-Id: Ifec0eca96dc45583340843d3460bb33f8b502a96
parent 9e2e53d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@
        <MediaCodec name="c2.android.raw.decoder" type="audio/raw">
            <Alias name="OMX.google.raw.decoder" />
            <Limit name="channel-count" max="8" />
            <Limit name="sample-rate" ranges="8000-96000" />
            <Limit name="sample-rate" ranges="8000-192000" />
            <Limit name="bitrate" range="1-10000000" />
        </MediaCodec>
        <MediaCodec name="c2.android.flac.decoder" type="audio/flac">