Changes between Version 3 and Version 4 of Testing_Audio_Device_with_pjsystest


Ignore:
Timestamp:
Nov 8, 2009 3:45:51 AM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Testing_Audio_Device_with_pjsystest

    v3 v4  
    2929=== Invoking On Windows === 
    3030 
    31 With Visual Studio 2005: 
     31With Visual Studio 6 and 2005,: 
    3232 - 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 
     36These additional steps are required for PJSIP version prior to 1.5: 
    3337 - copy these two WAV files from {{{tests\pjsua\wavs}}} directory to {{{pjsip-apps\build}}} directory: 
    3438    - input.8.wav 
    3539    - tock8.wav 
    36  - run pjsystest application from Visual Studio 
     40 - If you invoke pjsystest from Windows Explorer, copy the two WAV files to {{{pjsip-apps\bin}}} directory too. 
    3741 
    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. 
    4242 
    4343=== Invoking On Linux/MacOS X === 
    4444 
    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). 
     45Just build the distribution and run pjsystest from {{{pjsip-apps/bin}}} directory. 
     46 
     47These 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). 
    4649 
    4750=== Invoking On Windows Mobile === 
     
    5154 - run pjsystest from the IDE 
    5255 - 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 
    5366 
    5467=== Running the application === 
     
    6073=== Getting the result === 
    6174 
    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. 
     75No 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 
     77Additional info and instructions are given as you are running the application. 
    6378 
    6479[[BR]]