Ignore:
Timestamp:
Oct 21, 2013 3:11:14 AM (11 years ago)
Author:
nanang
Message:

Close #1705: Added playback and capture callbacks for echo canceller algo. Note that this changeset also modified current Speex AEC algo behaviors:

  • applied this two APIs model for Speex AEC algo
  • enabled Speex AGC preprocessing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/echo_internal.h

    r3553 r4622  
    5757                                           unsigned options, 
    5858                                           void *reserved ); 
     59PJ_DECL(pj_status_t) speex_aec_playback(void *state, 
     60                                        pj_int16_t *play_frm ); 
     61PJ_DECL(pj_status_t) speex_aec_capture(void *state, 
     62                                       pj_int16_t *rec_frm, 
     63                                       unsigned options ); 
    5964 
    6065PJ_DECL(pj_status_t) ipp_aec_create(pj_pool_t *pool, 
Note: See TracChangeset for help on using the changeset viewer.