Changes between Version 94 and Version 95 of FAQ


Ignore:
Timestamp:
Aug 4, 2010 6:16:16 AM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v94 v95  
    318318 The jitter buffer implementation has been modified and it should reduce latency significantly.  
    319319 
     320 
     321==== Use Audio Switchboard ==== 
     322 
     323If you don't need conferencing, you may want to consider replacing the conference bridge with the [wiki:Nokia_APS_VAS_Direct#switchboard audio switchboard] which does very minimum buffering to the audio. You will loose conferencing feature, but as a bonus this will lower CPU usage too.  
     324 
     325To use the audio switchboard, declare this in your {{{config_site.h}}}: 
     326 
     327{{{ 
     328 #define PJMEDIA_CONF_USE_SWITCH_BOARD 1 
     329}}} 
    320330 
    321331=== How to run PJSUA without sound device? === #no-snd-dev