Ignore:
Timestamp:
Nov 23, 2006 10:19:46 AM (17 years ago)
Author:
bennylp
Message:

Updated Speex to their latest SVN (1.2-beta). AEC seems
to work much better now and take less CPU, so I increased
default tail length in PJSUA to 800ms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/speex/filters.h

    r628 r823  
    5050 
    5151 
     52#define HIGHPASS_NARROWBAND 0 
     53#define HIGHPASS_WIDEBAND 2 
     54#define HIGHPASS_INPUT 0 
     55#define HIGHPASS_OUTPUT 1 
     56#define HIGHPASS_IRS 4 
     57 
     58void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 
     59 
     60 
    5261void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_sig_t *, spx_sig_t *y2, int N, int M, spx_word16_t *mem, char *stack); 
    5362void fir_mem_up(const spx_sig_t *x, const spx_word16_t *a, spx_sig_t *y, int N, int M, spx_word32_t *mem, char *stack); 
Note: See TracChangeset for help on using the changeset viewer.