Ignore:
Timestamp:
Nov 23, 2006 7:32:13 AM (17 years ago)
Author:
bennylp
Message:

Worked on the AEC. Apply constant delay bufferring for the AEC,
and also consider sound device latency when applying EC. It
sounds like working although it still doesn't perfectly cancel
the echo.

EC is now by default enabled in PJSUA.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/echo.h

    r690 r822  
    8383 * @param samples_per_frame Number of samples per frame. 
    8484 * @param tail_ms           Tail length, miliseconds. 
     85 * @param latency_ms        Total lacency introduced by playback and  
     86 *                          recording device. Set to zero if the latency 
     87 *                          is not known. 
    8588 * @param options           Options. If PJMEDIA_ECHO_SIMPLE is specified, 
    8689 *                          then a simple echo suppressor implementation  
     
    9699                                         unsigned samples_per_frame, 
    97100                                         unsigned tail_ms, 
     101                                         unsigned latency_ms, 
    98102                                         unsigned options, 
    99103                                         pjmedia_echo_state **p_echo ); 
Note: See TracChangeset for help on using the changeset viewer.