blob: 89aadcfa0164affd48a62e9063ae22a44baec339 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id$
2#
3from inc_cfg import *
4
5# simple test
6test_param = TestParam(
7 "Resample (large filter) 11 KHZ to 44 KHZ",
8 [
9 InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 44100 --play-file wavs/input.11.wav --rec-file wavs/tmp.44.wav")
10 ]
11 )