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.h

    r646 r648  
    5252 * @param clock_rate        Media clock rate/sampling rate. 
    5353 * @param samples_per_frame Number of samples per frame. 
    54  * @param tail_size         Tail length, in number of samples. 
     54 * @param tail_ms           Tail length, miliseconds. 
    5555 * 
    5656 * @return                  PJ_SUCCESS on success. 
     
    5959                                         unsigned clock_rate, 
    6060                                         unsigned samples_per_frame, 
    61                                          unsigned tail_size, 
     61                                         unsigned tail_ms, 
    6262                                         unsigned options, 
    6363                                         pjmedia_aec **p_aec ); 
Note: See TracChangeset for help on using the changeset viewer.