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/src/pjmedia/sound_port.c

    r744 r822  
    493493        status = pjmedia_echo_create(pool, snd_port->clock_rate,  
    494494                                    snd_port->samples_per_frame,  
    495                                     tail_ms, options, &snd_port->ec_state); 
     495                                    tail_ms, delay_ms, 
     496                                    options, &snd_port->ec_state); 
    496497        if (status != PJ_SUCCESS) 
    497498            snd_port->ec_state = NULL; 
Note: See TracChangeset for help on using the changeset viewer.