blob: 4d72603fad45d9fd2dc3884cfb0eaf9ed2162f7c [file] [log] [blame]
Alexandre Lision67916dd2014-01-24 13:33:04 -05001# $Id$
2#
3from inc_cfg import *
4
5# simple test
6test_param = TestParam(
7 "Resample (large filter) 8 KHZ to 48 KHZ",
8 [
9 InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 48000 --play-file wavs/input.8.wav --rec-file wavs/tmp.48.wav")
10 ]
11 )