blob: a00c5257eb80e88bef0ad0c7e1cd57696c105221 [file] [log] [blame]
# $Id$
#
from inc_cfg import *
# simple test
test_param = TestParam(
"Resample (large filter) 11 KHZ to 32 KHZ",
[
InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 32000 --play-file wavs/input.11.wav --rec-file wavs/tmp.32.wav")
]
)