blob: 05f3a30a446a43adfb6bb5913fc4c15fd5b3e8a2 [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 32 KHZ",
8 [
9 InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 32000 --play-file wavs/input.8.wav --rec-file wavs/tmp.32.wav")
10 ]
11 )