- Timestamp:
- Jun 26, 2008 6:52:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-pesq/201_codec_g722.py
r2057 r2063 7 7 "PESQ codec G722 (RX side uses snd dev)", 8 8 [ 9 InstanceParam("UA1", "--max-calls=1 --add-codec g722 --clock-rate 16000 --play-file wavs/input.16.wav -- auto-play-hangup --null-audio"),10 InstanceParam("UA2", "--max-calls=1 --add-codec g722 --clock-rate 16000 --rec-file wavs/tmp.16.wav --auto-answer 200 --auto-rec")9 InstanceParam("UA1", "--max-calls=1 --add-codec g722 --clock-rate 16000 --play-file wavs/input.16.wav --null-audio"), 10 InstanceParam("UA2", "--max-calls=1 --add-codec g722 --clock-rate 16000 --rec-file wavs/tmp.16.wav --auto-answer 200") 11 11 ] 12 12 ) … … 14 14 if (HAS_SND_DEV == 0): 15 15 test_param.skip = True 16 17 pesq_threshold = 3.7
Note: See TracChangeset
for help on using the changeset viewer.