- Timestamp:
- Apr 24, 2012 7:38:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip-apps/src/pjsystest/systest.c
r3553 r4074 967 967 } 968 968 969 status = pjsua_recorder_create(pj_cstr(&tmp, AEC_REC_PATH), 0, 0, -1, 970 0, &writer_id); 969 status = pjsua_recorder_create( 970 pj_cstr(&tmp, add_path(doc_path, AEC_REC_PATH)), 0, 0, -1, 971 0, &writer_id); 971 972 if (status != PJ_SUCCESS) { 972 973 PJ_PERROR(1,(THIS_FILE, status, "Error writing WAV file %s", … … 999 1000 * Play the result. 1000 1001 */ 1001 status = pjsua_player_create(pj_cstr(&tmp, AEC_REC_PATH), 0, &player_id); 1002 status = pjsua_player_create( 1003 pj_cstr(&tmp, add_path(doc_path, AEC_REC_PATH)), 1004 0, &player_id); 1002 1005 if (status != PJ_SUCCESS) { 1003 1006 PJ_PERROR(1,(THIS_FILE, status, "Error opening WAV file %s", AEC_REC_PATH));
Note: See TracChangeset
for help on using the changeset viewer.