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

Commit bbbc5d38 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

Merge "libaudiopreprocessing: Test few more sampling rates"

parents 0a2021b0 43ab3718
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
)