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

Commit a445621a authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "libaudiopreprocessing: Test few more sampling rates" am: bbbc5d38 am: 24a4c8cd

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1642544

Change-Id: I2b030670794ed0a536596675b367fb92b1464bc1
parents 60d17c50 24a4c8cd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -88,7 +88,8 @@ class EffectTestHelper {

    static constexpr size_t kNumChMasks = std::size(kChMasks);

    static constexpr size_t kSampleRates[] = {8000, 16000, 24000, 32000, 48000};
    static constexpr size_t kSampleRates[] = {8000,  11025, 12000, 16000, 22050,
                                              24000, 32000, 44100, 48000};

    static constexpr size_t kNumSampleRates = std::size(kSampleRates);

+4 −0
Original line number Diff line number Diff line
@@ -59,9 +59,13 @@ flags_arr=(

fs_arr=(
    8000
    11025
    12000
    16000
    22050
    24000
    32000
    44100
    48000
)