Changes between Version 3 and Version 4 of Testing_Audio_Device_with_pjsystest
- Timestamp:
- Nov 8, 2009 3:45:51 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Testing_Audio_Device_with_pjsystest
v3 v4 29 29 === Invoking On Windows === 30 30 31 With Visual Studio 2005:31 With Visual Studio 6 and 2005,: 32 32 - compile PJSIP distribution as usual 33 - with VS6, you need to select pjsystest as the active project and build the project 34 - run pjsystest application from Visual Studio 35 36 These additional steps are required for PJSIP version prior to 1.5: 33 37 - copy these two WAV files from {{{tests\pjsua\wavs}}} directory to {{{pjsip-apps\build}}} directory: 34 38 - input.8.wav 35 39 - tock8.wav 36 - run pjsystest application from Visual Studio40 - If you invoke pjsystest from Windows Explorer, copy the two WAV files to {{{pjsip-apps\bin}}} directory too. 37 41 38 If you invoke pjsystest from Windows Explorer, copy the two WAV files to {{{pjsip-apps\bin}}} directory too.39 40 Note: ::41 that's because on desktop targets, pjsystest will look for the WAV files in current directory.42 42 43 43 === Invoking On Linux/MacOS X === 44 44 45 Same as above, except you need to copy the two WAV files to whatever directory you plan to invoke pjsystest from (normally {{{pjsip-apps/bin}}} directory). 45 Just build the distribution and run pjsystest from {{{pjsip-apps/bin}}} directory. 46 47 These additional steps are required for PJSIP version prior to 1.5: 48 Same as above, except you need to copy the two WAV files to whatever directory you plan to invoke pjsystest from (normally {{{pjsip-apps/bin}}} directory). 46 49 47 50 === Invoking On Windows Mobile === … … 51 54 - run pjsystest from the IDE 52 55 - the EXE and the required WAV files will be deployed to the device automatically 56 57 === Embedded Targets === 58 59 - build the distribution 60 - copy pjsystest executable from {{{pjsip-apps/bin}}} and deploy to target 61 - also deploy these two files from {{{tests\pjsua\wavs}}} directory to the same directory in the target device as the pjsystest executable: 62 - input.8.wav 63 - tock8.wav 64 - run pjsystest on the target device 65 53 66 54 67 === Running the application === … … 60 73 === Getting the result === 61 74 62 No need to have pen and paper to note the result, they are recorded to {{{PJSYSTEST_RESULT.TXT}}} file one you exit the program. On Windows Mobile, the file location is in the root device, while on desktop systems is in the directory where the application is run from. 75 No need to have pen and paper to note the result, they are recorded to {{{PJSYSTEST_RESULT.TXT}}} file once you exit the program. On Windows Mobile, the file location is in the root device, while on other targets it is in the directory where the application is run from. 76 77 Additional info and instructions are given as you are running the application. 63 78 64 79 [[BR]]