blob: 7d19f6f5aaf0ec69c559b90a40e4ec46b503d893 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001# $Id$
2#
3from inc_cfg import *
4
5# simple test
6test_param = TestParam(
7 "Resample (large filter) 8 KHZ to 11 KHZ",
8 [
9 InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 11025 --play-file wavs/input.8.wav --rec-file wavs/tmp.11.wav")
10 ]
11 )