- Timestamp:
- Jun 25, 2008 6:18:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-pesq/100_defaults.py
r2038 r2052 3 3 from inc_cfg import * 4 4 5 # Simple call 5 ADD_PARAM = "" 6 7 if (HAS_SND_DEV == 0): 8 ADD_PARAM += "--null-audio" 9 10 # Call with default pjsua settings 6 11 test_param = TestParam( 7 "PESQ ",12 "PESQ defaults pjsua settings", 8 13 [ 9 InstanceParam("UA1", "--null-audio--max-calls=1 --play-file wavs/input.16.wav --auto-play-hangup"),10 InstanceParam("UA2", "--null-audio--max-calls=1 --rec-file wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200 --auto-rec")14 InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --play-file wavs/input.16.wav --auto-play-hangup"), 15 InstanceParam("UA2", ADD_PARAM + " --max-calls=1 --rec-file wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200 --auto-rec") 11 16 ] 12 17 )
Note: See TracChangeset
for help on using the changeset viewer.