Ignore:
Timestamp:
Apr 24, 2012 10:26:07 AM (12 years ago)
Author:
ming
Message:

Fixed #1494: Use EC options to determine whether to use device/software EC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjmedia/include/pjmedia/echo.h

    r3567 r4079  
    9696     * without using WSOLA to expand and shrink audio samples. 
    9797     */ 
    98     PJMEDIA_ECHO_USE_SIMPLE_FIFO = 32 
    99  
     98    PJMEDIA_ECHO_USE_SIMPLE_FIFO = 32, 
     99 
     100    /** 
     101     * If PJMEDIA_ECHO_USE_SW_ECHO flag is specified, software echo canceller 
     102     * will be used instead of device EC. 
     103     */ 
     104    PJMEDIA_ECHO_USE_SW_ECHO = 64 
    100105 
    101106} pjmedia_echo_flag; 
Note: See TracChangeset for help on using the changeset viewer.