blob: 67b53e3fcf1a69042c17e646339f7eafe3e1b7a7 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id$
2#
3from inc_cfg import *
4
5# Call with default pjsua settings
6test_param = TestParam(
7 "PESQ defaults pjsua settings (RX side uses snd dev)",
8 [
9 InstanceParam("UA1", "--max-calls=1 --play-file wavs/input.16.wav --null-audio"),
10 InstanceParam("UA2", "--max-calls=1 --rec-file wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200")
11 ]
12 )
13
14
15if (HAS_SND_DEV == 0):
16 test_param.skip = True
17
18pesq_threshold = None