100_resample_lf_8_11.py 250 B

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