Ignore:
Timestamp:
Sep 7, 2010 10:00:49 AM (13 years ago)
Author:
nanang
Message:

Misc (re #1110):

  • Added sound device echo test into pjsystest.
  • Renamed pjsystest log file, from PJSYSTEST.LOG to PJSYSTEST.TXT, as commonly built-in text editors recognize TXT ext more than LOG ext.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsystest/systest.h

    r3258 r3306  
    4848 
    4949#if defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE 
    50     #define LOG_OUT_PATH                "\\PJSYSTEST.LOG" 
     50    #define LOG_OUT_PATH                "\\PJSYSTEST.TXT" 
    5151    #define RESULT_OUT_PATH             "\\PJSYSTEST_RESULT.TXT" 
    5252    #define WAV_PLAYBACK_PATH           "\\Program Files\\pjsystest\\input.8.wav" 
     
    5555    #define WAV_LATENCY_OUT_PATH        "\\PJSYSTEST_LATREC.WAV" 
    5656    #define ALT_PATH1                   "" 
     57    #define AEC_REC_PATH                "\\PJSYSTEST_AECREC.WAV" 
    5758#else 
    58     #define LOG_OUT_PATH                "PJSYSTEST.LOG" 
     59    #define LOG_OUT_PATH                "PJSYSTEST.TXT" 
    5960    #define RESULT_OUT_PATH             "PJSYSTEST_RESULT.TXT" 
    6061    #define WAV_PLAYBACK_PATH           "input.8.wav" 
     
    6364    #define WAV_LATENCY_OUT_PATH        "PJSYSTEST_LATREC.WAV" 
    6465    #define ALT_PATH1                   "../../tests/pjsua/wavs/" 
     66    #define AEC_REC_PATH                "PJSYSTEST_AECREC.WAV" 
    6567#endif 
    6668 
Note: See TracChangeset for help on using the changeset viewer.