Changes between Version 68 and Version 69 of FAQ
- Timestamp:
- Apr 6, 2009 9:40:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v68 v69 380 380 Yes. The PJSIP distribution contains support Intel® Integrated Performance Primitive (IPP) library, which provides the G.723.1 and G.729 codecs. Please see [wiki:Intel_IPP_Codecs Using Intel® Integrated Performance Primitive (IPP) with PJMEDIA] on how to use this feature. 381 381 382 If you can't or don't want to use Intel® IPP, you can always create your own wrapper of course. Please see the next question on how to do this. 382 In addition, PJSIP also supports using native codecs supported by Nokia handsets such as G.729, AMR-NB, and iLBC, via [wiki:Nokia_APS_VAS_Direct Nokia APS-Direct] method. 383 384 If you can't or don't want to use Intel® IPP or APS-Direct, you can always create your own wrapper of course. Please see the next question on how to do this. 383 385 384 386 === How can I add new codec to PJMEDIA? === #adding-codec