From 6a60cb0dca962dae6a8b9860d13ff3f2a448311d Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 26 Jun 2008 12:26:52 +0000 Subject: Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2057 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/test-pjsua/scripts-pesq/201_codec_g711u.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pjsip-apps/src/test-pjsua/scripts-pesq/201_codec_g711u.py (limited to 'pjsip-apps/src/test-pjsua/scripts-pesq/201_codec_g711u.py') diff --git a/pjsip-apps/src/test-pjsua/scripts-pesq/201_codec_g711u.py b/pjsip-apps/src/test-pjsua/scripts-pesq/201_codec_g711u.py new file mode 100644 index 00000000..d73ef74c --- /dev/null +++ b/pjsip-apps/src/test-pjsua/scripts-pesq/201_codec_g711u.py @@ -0,0 +1,15 @@ +# $Id$ +# +from inc_cfg import * + +# Call with PCMU codec +test_param = TestParam( + "PESQ codec PCMU (RX side uses snd dev)", + [ + InstanceParam("UA1", "--max-calls=1 --add-codec pcmu --clock-rate 8000 --play-file wavs/input.8.wav --auto-play-hangup --null-audio"), + InstanceParam("UA2", "--max-calls=1 --add-codec pcmu --clock-rate 8000 --rec-file wavs/tmp.8.wav --auto-answer 200 --auto-rec") + ] + ) + +if (HAS_SND_DEV == 0): + test_param.skip = True -- cgit v1.2.3