From 89a7fef4255b2fcc9614e0a7c1e4dac2bc2f8f5f Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 7 Sep 2010 10:00:49 +0000 Subject: 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. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3306 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/pjsystest/systest.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pjsip-apps/src/pjsystest/systest.h') diff --git a/pjsip-apps/src/pjsystest/systest.h b/pjsip-apps/src/pjsystest/systest.h index 25444f21..bf7c14d6 100644 --- a/pjsip-apps/src/pjsystest/systest.h +++ b/pjsip-apps/src/pjsystest/systest.h @@ -47,21 +47,23 @@ #if defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE - #define LOG_OUT_PATH "\\PJSYSTEST.LOG" + #define LOG_OUT_PATH "\\PJSYSTEST.TXT" #define RESULT_OUT_PATH "\\PJSYSTEST_RESULT.TXT" #define WAV_PLAYBACK_PATH "\\Program Files\\pjsystest\\input.8.wav" #define WAV_REC_OUT_PATH "\\PJSYSTEST_TESTREC.WAV" #define WAV_TOCK8_PATH "\\Program Files\\pjsystest\\tock8.WAV" #define WAV_LATENCY_OUT_PATH "\\PJSYSTEST_LATREC.WAV" #define ALT_PATH1 "" + #define AEC_REC_PATH "\\PJSYSTEST_AECREC.WAV" #else - #define LOG_OUT_PATH "PJSYSTEST.LOG" + #define LOG_OUT_PATH "PJSYSTEST.TXT" #define RESULT_OUT_PATH "PJSYSTEST_RESULT.TXT" #define WAV_PLAYBACK_PATH "input.8.wav" #define WAV_REC_OUT_PATH "PJSYSTEST_TESTREC.WAV" #define WAV_TOCK8_PATH "tock8.wav" #define WAV_LATENCY_OUT_PATH "PJSYSTEST_LATREC.WAV" #define ALT_PATH1 "../../tests/pjsua/wavs/" + #define AEC_REC_PATH "PJSYSTEST_AECREC.WAV" #endif #ifdef __cplusplus -- cgit v1.2.3