Changeset 3285
- Timestamp:
- Aug 18, 2010 11:41:30 AM (14 years ago)
- Location:
- pjproject/trunk/tests/pjsua/scripts-pesq
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-pesq/100_defaults.py
r2063 r3285 12 12 "PESQ defaults pjsua settings", 13 13 [ 14 InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --play-file wavs/input.16.wav "),14 InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --play-file wavs/input.16.wav --no-vad"), 15 15 InstanceParam("UA2", "--null-audio --max-calls=1 --rec-file wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200") 16 16 ] 17 17 ) 18 18 19 pesq_threshold = None19 pesq_threshold = 3.9 -
pjproject/trunk/tests/pjsua/scripts-pesq/200_codec_speex_16000.py
r2063 r3285 12 12 "PESQ codec Speex WB", 13 13 [ 14 InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --clock-rate 16000 --add-codec speex/16000 --play-file wavs/input.16.wav "),14 InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --clock-rate 16000 --add-codec speex/16000 --play-file wavs/input.16.wav --no-vad"), 15 15 InstanceParam("UA2", "--null-audio --max-calls=1 --clock-rate 16000 --add-codec speex/16000 --rec-file wavs/tmp.16.wav --auto-answer 200") 16 16 ] 17 17 ) 18 18 19 pesq_threshold = 3. 719 pesq_threshold = 3.9 -
pjproject/trunk/tests/pjsua/scripts-pesq/200_codec_speex_8000.py
r2063 r3285 12 12 "PESQ codec Speex NB", 13 13 [ 14 InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --add-codec speex/8000 --clock-rate 8000 --play-file wavs/input.8.wav "),14 InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --add-codec speex/8000 --clock-rate 8000 --play-file wavs/input.8.wav --no-vad"), 15 15 InstanceParam("UA2", "--null-audio --max-calls=1 --add-codec speex/8000 --clock-rate 8000 --rec-file wavs/tmp.8.wav --auto-answer 200") 16 16 ] 17 17 ) 18 18 19 pesq_threshold = 3. 019 pesq_threshold = 3.78
Note: See TracChangeset
for help on using the changeset viewer.