Ignore:
Timestamp:
Jul 17, 2009 11:37:42 AM (15 years ago)
Author:
bennylp
Message:

More ticket #720: added Win32 target in VS2005 project

File:
1 edited

Legend:

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

    r2836 r2839  
    2525 * Overrideable parameters 
    2626 */ 
    27 #define OVERRIDE_AUDDEV_REC_LAT         100 
    28 #define OVERRIDE_AUDDEV_PLAY_LAT        200 
     27#define REC_DEV_ID                      PJMEDIA_AUD_DEFAULT_CAPTURE_DEV 
     28#define PLAY_DEV_ID                     PJMEDIA_AUD_DEFAULT_PLAYBACK_DEV 
     29//#define REC_DEV_ID                    5 
     30//#define PLAY_DEV_ID                   5 
     31#define OVERRIDE_AUDDEV_REC_LAT         0 
     32#define OVERRIDE_AUDDEV_PLAY_LAT        0 
    2933#define OVERRIDE_AUD_FRAME_PTIME        0 
    30 #define CLOCK_RATE                      8000 
     34 
     35/* Don't change this */ 
    3136#define CHANNEL_COUNT                   1 
     37 
     38/* If you change CLOCK_RATE then the input WAV files need to be 
     39 * changed, so normally don't need to change this. 
     40 */ 
     41#define TEST_CLOCK_RATE                 8000 
     42 
     43/* You may change sound device's clock rate as long as resampling 
     44 * is enabled. 
     45 */ 
     46#define DEV_CLOCK_RATE                  8000 
     47 
    3248 
    3349#if defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE 
     
    4056#else 
    4157    #define LOG_OUT_PATH                "PJSYSTEST.LOG" 
    42     #define RESULT_OUT_PATH             "PJSYSTEST.TXT" 
    43     #define WAV_PLAYBACK_PATH           "pjsip8.wav" 
    44     #define WAV_REC_OUT_PATH            "TESTREC.WAV" 
    45     #define WAV_TOCK8_PATH              "TOCK8.WAV" 
    46     #define WAV_LATENCY_OUT_PATH        "LATENCY.WAV" 
     58    #define RESULT_OUT_PATH             "PJSYSTEST_RESULT.TXT" 
     59    #define WAV_PLAYBACK_PATH           "input.8.wav" 
     60    #define WAV_REC_OUT_PATH            "PJSYSTEST_TESTREC.WAV" 
     61    #define WAV_TOCK8_PATH              "tock8.wav" 
     62    #define WAV_LATENCY_OUT_PATH        "PJSYSTEST_LATREC.WAV" 
    4763#endif 
    4864 
Note: See TracChangeset for help on using the changeset viewer.