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

Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention

File:
1 edited

Legend:

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

    r2052 r2057  
    22# 
    33from inc_cfg import * 
    4 from config_site import * 
    54 
    65ADD_PARAM = "" 
     
    98        ADD_PARAM += "--null-audio" 
    109 
    11 # Simple call 
     10# Call with Speex/16000 codec 
    1211test_param = TestParam( 
    1312                "PESQ codec Speex WB", 
    1413                [ 
    1514                        InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --clock-rate 16000 --add-codec speex/16000 --play-file wavs/input.16.wav --auto-play-hangup"), 
    16                         InstanceParam("UA2", ADD_PARAM + " --max-calls=1 --clock-rate 16000 --add-codec speex/16000 --rec-file  wavs/tmp.16.wav   --auto-answer 200 --auto-rec") 
     15                        InstanceParam("UA2", "--null-sound --max-calls=1 --clock-rate 16000 --add-codec speex/16000 --rec-file  wavs/tmp.16.wav   --auto-answer 200 --auto-rec") 
    1716                ] 
    1817                ) 
Note: See TracChangeset for help on using the changeset viewer.