D-Modem/pjproject-2.11.1/tests/pjsua/scripts-media-playrec/100_resample_lf_11_22.py

12 lines
259 B
Python
Raw Normal View History

2021-10-30 02:41:03 +08:00
# $Id$
#
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")
]
)