Ignore:
Timestamp:
Sep 20, 2006 8:02:18 PM (18 years ago)
Author:
bennylp
Message:

Automatically suspend AEC when nothing is connected to the sound port in the bridge, and resume as soon as frames are transmitted.

File:
1 edited

Legend:

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

    r658 r731  
    221221 
    222222 
     223/** 
     224 * Enable or disable echo canceller. By default the EC is enabled after it 
     225 * was created, so there is no need to enable the EC after creating it. 
     226 * This function is only useful to disable the echo canceller temporarily, 
     227 * for example during idle period, to prevent EC from using 
     228 */ 
    223229 
    224230/** 
Note: See TracChangeset for help on using the changeset viewer.