Changes between Version 18 and Version 19 of Nokia_APS_VAS_Direct
- Timestamp:
- Jul 1, 2009 5:59:45 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nokia_APS_VAS_Direct
v18 v19 53 53 54 54 Currently 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. 57 58 1. Enable audio switch board, i.e. in config_site.h: 58 59 {{{ … … 92 93 }}} 93 94 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.) 95 96 - 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. 96 97 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. … … 187 188 Internal documentations: 188 189 1. [wiki:APS Using APS in PJSIP] 190 1. [wiki:VAS Using VAS in PJSIP] 189 191 1. '''New''' [wiki:Audio_Dev_API Audio Device API] 190 192 1. [wiki:FAQ#symbian Known problems of PJSIP with APS and Symbian target in general]