Ignore:
Timestamp:
Jun 26, 2008 6:52:16 PM (16 years ago)
Author:
nanang
Message:

Ticket #543: Updated PESQ to start/stop manually stream/record instead of using auto-rec/play/hangup, and also updated thresholds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-pesq/201_codec_speex_16000.py

    r2057 r2063  
    77                "PESQ codec Speex WB (RX side uses snd dev)", 
    88                [ 
    9                         InstanceParam("UA1", "--max-calls=1 --clock-rate 16000 --add-codec speex/16000 --play-file wavs/input.16.wav --auto-play-hangup --null-audio"), 
    10                         InstanceParam("UA2", "--max-calls=1 --clock-rate 16000 --add-codec speex/16000 --rec-file  wavs/tmp.16.wav   --auto-answer 200 --auto-rec") 
     9                        InstanceParam("UA1", "--max-calls=1 --clock-rate 16000 --add-codec speex/16000 --play-file wavs/input.16.wav --null-audio"), 
     10                        InstanceParam("UA2", "--max-calls=1 --clock-rate 16000 --add-codec speex/16000 --rec-file  wavs/tmp.16.wav   --auto-answer 200") 
    1111                ] 
    1212                ) 
     
    1414if (HAS_SND_DEV == 0): 
    1515        test_param.skip = True 
     16 
     17pesq_threshold = 3.7 
Note: See TracChangeset for help on using the changeset viewer.