100_resample_lf_11_8.py 249 B

12345678910
  1. #
  2. from inc_cfg import *
  3. # simple test
  4. test_param = TestParam(
  5. "Resample (large filter) 11 KHZ to 8 KHZ",
  6. [
  7. InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 8000 --play-file wavs/input.11.wav --rec-file wavs/tmp.8.wav")
  8. ]
  9. )