Changes between Version 2 and Version 4 of Ticket #1636


Ignore:
Timestamp:
Apr 24, 2013 12:28:53 PM (11 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1636 – Description

    v2 v4  
    2626#define PJMEDIA_AUDIO_DEV_HAS_BDIMAD    1 
    2727}}} 
     28* Make sure you disable other sound device backends, by defining these on config_site.h 
     29{{{ 
     30#define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0 
     31#define PJMEDIA_AUDIO_DEV_HAS_WMME 0 
     32#define PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 0  
     33}}} 
    2834 
    2935* Since the bdIMAD library provide itself the echo cancellation and the latency management, is necessary to disable these features in the PJSIP librariy applications. For example in PJSUA sample application there is the need to provide the following commands: