blob: c20bc5fcf78864a2fe6785c46efe753d458609d1 [file] [log] [blame]
Nanang Izzuddin9869cb52008-06-27 16:18:13 +00001# $Id$
2#
3from inc_cfg import *
4
5# Call with L16/16000/2 codec
6test_param = TestParam(
7 "PESQ defaults pjsua settings",
8 [
9 InstanceParam("UA1", "--stereo --max-calls=1 --clock-rate 16000 --add-codec L16/16000/2 --play-file wavs/input.2.16.wav --null-audio"),
10 InstanceParam("UA2", "--stereo --max-calls=1 --clock-rate 16000 --add-codec L16/16000/2 --rec-file wavs/tmp.2.16.wav --auto-answer 200")
11 ]
12 )
13
14if (HAS_SND_DEV == 0):
15 test_param.skip = True
16
17pesq_threshold = None