Ignore:
Timestamp:
Aug 4, 2006 11:08:00 AM (18 years ago)
Author:
bennylp
Message:

More experimentation with AEC: (1) added media port to create bidirectional port from two unidirectional ports, (2) split AEC functionality into AEC algorithm (aec.h) and AEC media port (aec_port.h), (3) Added the AEC functionality in the sound_port.c.

File:
1 edited

Legend:

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

    r642 r646  
    2626 
    2727#include <pjmedia/types.h> 
     28#include <pjmedia/aec.h> 
    2829#include <pjmedia/aec_port.h> 
     30#include <pjmedia/bidirectional.h> 
    2931#include <pjmedia/clock.h> 
    3032#include <pjmedia/codec.h> 
Note: See TracChangeset for help on using the changeset viewer.