Changes between Version 94 and Version 95 of FAQ
- Timestamp:
- Aug 4, 2010 6:16:16 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v94 v95 318 318 The jitter buffer implementation has been modified and it should reduce latency significantly. 319 319 320 321 ==== Use Audio Switchboard ==== 322 323 If 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 325 To use the audio switchboard, declare this in your {{{config_site.h}}}: 326 327 {{{ 328 #define PJMEDIA_CONF_USE_SWITCH_BOARD 1 329 }}} 320 330 321 331 === How to run PJSUA without sound device? === #no-snd-dev