Ignore:
Timestamp:
Aug 18, 2010 11:41:30 AM (14 years ago)
Author:
bennylp
Message:

Automated test (re #1111): workaround for failed Speex PESQ test caused by progressive discard in the jitter buffer: disable the VAD for the Speex tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/scripts-pesq/100_defaults.py

    r2063 r3285  
    1212                "PESQ defaults pjsua settings", 
    1313                [ 
    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"), 
    1515                        InstanceParam("UA2", "--null-audio --max-calls=1 --rec-file  wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200") 
    1616                ] 
    1717                ) 
    1818 
    19 pesq_threshold = None 
     19pesq_threshold = 3.9 
Note: See TracChangeset for help on using the changeset viewer.