summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-media-playrec/100_resample_lf_11_22.py
blob: 23e6a9e6658199b41e4f89656f9795c3e94b541a (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id: 100_resample_lf_11_22.py 2052 2008-06-25 18:18:32Z nanang $
#
from inc_cfg import *

# simple test
test_param = TestParam(
		"Resample (large filter) 11 KHZ to 22 KHZ",
		[
			InstanceParam("endpt", "--null-audio --quality 10 --clock-rate 22050 --play-file wavs/input.11.wav --rec-file wavs/tmp.22.wav")
		]
		)