Changes between Version 18 and Version 19 of Nokia_APS_VAS_Direct


Ignore:
Timestamp:
Jul 1, 2009 5:59:45 PM (15 years ago)
Author:
nanang
Comment:

Updated about VAS support.

Legend:

Unmodified
Added
Removed
Modified
  • Nokia_APS_VAS_Direct

    v18 v19  
    5353 
    5454Currently only APS-Direct is implemented, and here are the steps to build the application with APS- Direct feature. 
    55  
    56  1. Enable the appropriate sound device implementation. Currently only [http://trac.pjsip.org/repos/wiki/APS] and native WMME sound device backends support APS-Direct feature. 
     55'''Update:''' VAS-Direct is now implemented (currenty it's only available in SVN trunk, it will be in 1.4 and newer). 
     56 
     57 1. Enable the appropriate sound device implementation. Currently [wiki:APS APS], [wiki:VAS VAS], and native WMME backends support APS-Direct feature. 
    5758 1. Enable audio switch board, i.e. in config_site.h: 
    5859 {{{ 
     
    9293 }}} 
    9394 Notes: 
    94    - VAS is to be supported in future release 
     95   - VAS is to be supported in future release ('''Update:''' it is supported now in SVN trunk.) 
    9596   - the WMME backend points to the native wmme_dev.c implementation and not WMME implementation from !PortAudio. We only use this WMME implementation to test APS-Direct framework on PC. 
    9697 1. If you are using PJSUA-LIB, then relatively that's all needed to make use of APS-Direct. Please note that the application logic must take care that there can only be one source transmitting to any destination in the switchboard. 
     
    187188Internal documentations: 
    188189 1. [wiki:APS Using APS in PJSIP] 
     190 1. [wiki:VAS Using VAS in PJSIP] 
    189191 1. '''New''' [wiki:Audio_Dev_API Audio Device API] 
    190192 1. [wiki:FAQ#symbian Known problems of PJSIP with APS and Symbian target in general]