Changes between Version 6 and Version 7 of APS
- Timestamp:
- Jan 3, 2009 12:15:04 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APS
v6 v7 1 1 = Using Audio Proxy Server (APS) in PJSIP = 2 2 3 == Introduction == 3 [[BR]] 4 '''Table of Contents''' 5 [[PageOutline(2-3,,inline)]] 4 6 5 From [http://wiki.forum.nokia.com/index.php/Audio_Proxy_Server Nokia wiki on APS]: 6 "Audio Proxy Server (APS) is a wrapper to the Nokia S60 sound device. Its main purpose is to bypass the Vendor ID (VID) related restrictions on S60 3rd Edition and S60 3rd Edition, FP1 platforms, when streaming audio data in 3rd party applications. The component is most suitable for VoIP developers who need to set the appropriate audio priority and preference values in order to utilize full duplex audio. 7 [[BR]] 8 9 10 11 Audio Proxy Server (APS) is a wrapper to the Nokia S60 sound device. Its main purpose is to bypass the Vendor ID (VID) related restrictions on S60 3rd Edition and S60 3rd Edition, FP1 platforms, when streaming audio data in 3rd party applications. The component is most suitable for VoIP developers who need to set the appropriate audio priority and preference values in order to utilize full duplex audio (quoted from [http://wiki.forum.nokia.com/index.php/Audio_Proxy_Server Nokia wiki page on APS]). 7 12 8 13 APS has some benefits over Audio Streaming API: … … 46 51 med_cfg.audio_frame_ptime = 20; 47 52 }}} 53 ('''Update:''' this currently is being resolved by ticket #680) 48 54 - Specify application UID in a global variable named '''APP_UID''' whose base type '''TPtrC''', e.g: 49 55 {{{ … … 52 58 53 59 54 == Limitation ==55 - As mentioned before, sound device will only support 20ms frame time .60 == Limitations == 61 - As mentioned before, sound device will only support 20ms frame time ('''Update:''' this currently is being resolved by ticket #680). 56 62 - Currently, this APS wrapper can only work in S60 3rd edition device that supports G.711, which perhaps means all S60 3rd edition devices. 63 64 == Issues == 65 66 We found some issues with APS, such as noisy audio or no audio at all, please go to [wiki:FAQ#symbian Symbian Section in our FAQ] for more information. 67