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