Loading media/libeffects/preprocessing/tests/EffectTestHelper.h +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading media/libeffects/preprocessing/tests/build_and_run_all_unit_tests.sh +4 −0 Original line number Diff line number Diff line Loading @@ -59,9 +59,13 @@ flags_arr=( fs_arr=( 8000 11025 12000 16000 22050 24000 32000 44100 48000 ) Loading Loading
media/libeffects/preprocessing/tests/EffectTestHelper.h +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
media/libeffects/preprocessing/tests/build_and_run_all_unit_tests.sh +4 −0 Original line number Diff line number Diff line Loading @@ -59,9 +59,13 @@ flags_arr=( fs_arr=( 8000 11025 12000 16000 22050 24000 32000 44100 48000 ) Loading