Ignore:
Timestamp:
Aug 6, 2006 12:07:13 PM (18 years ago)
Author:
bennylp
Message:

Change AEC into generic echo canceller framework with either AEC or simple echo suppressor backend can be selected during runtime.

File:
1 edited

Legend:

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

    r646 r653  
    2626 
    2727#include <pjmedia/types.h> 
    28 #include <pjmedia/aec.h> 
    29 #include <pjmedia/aec_port.h> 
    3028#include <pjmedia/bidirectional.h> 
    3129#include <pjmedia/clock.h> 
    3230#include <pjmedia/codec.h> 
    3331#include <pjmedia/conference.h> 
     32#include <pjmedia/echo.h> 
     33#include <pjmedia/echo_port.h> 
     34#include <pjmedia/errno.h> 
    3435#include <pjmedia/endpoint.h> 
    35 #include <pjmedia/errno.h> 
    3636#include <pjmedia/g711.h> 
    3737#include <pjmedia/jbuf.h> 
Note: See TracChangeset for help on using the changeset viewer.