Ignore:
Timestamp:
Aug 4, 2006 6:27:19 PM (18 years ago)
Author:
bennylp
Message:

More work on the AEC (including changes in PJSUA), embed the AEC in sound_port, reduce DirectSound? buffer from 32 to 16, and fixed ARM compilation for MSVC WinCE target.

File:
1 edited

Legend:

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

    r642 r648  
    4444 * @param pool          Pool to allocate memory. 
    4545 * @param dn_port       Downstream port. 
    46  * @param tail_length   Tail length in samples. 
     46 * @param tail_ms       Tail length in miliseconds. 
    4747 * @param p_port        Pointer to receive the port instance. 
    4848 * 
     
    5151PJ_DECL(pj_status_t) pjmedia_aec_port_create( pj_pool_t *pool, 
    5252                                              pjmedia_port *dn_port, 
    53                                               unsigned tail_length, 
     53                                              unsigned tail_ms, 
    5454                                              pjmedia_port **p_port ); 
    5555 
Note: See TracChangeset for help on using the changeset viewer.