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_port.h

    r690 r822  
    4747 * @param dn_port       Downstream port. 
    4848 * @param tail_ms       Tail length in miliseconds. 
     49 * @param latency_ms    Total lacency introduced by playback and  
     50 *                      recording device. Set to zero if the latency 
     51 *                      is not known. 
    4952 * @param options       Options, as in #pjmedia_echo_create(). 
    5053 * @param p_port        Pointer to receive the port instance. 
     
    5558                                              pjmedia_port *dn_port, 
    5659                                              unsigned tail_ms, 
     60                                              unsigned latency_ms, 
    5761                                              unsigned options, 
    5862                                              pjmedia_port **p_port ); 
Note: See TracChangeset for help on using the changeset viewer.