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

    r628 r823  
    1 /* Copyright (C) 2002 Jean-Marc Valin*/ 
     1/* Copyright (C) 2002-2006 Jean-Marc Valin*/ 
    22/** 
    33  @file speex.h 
     
    3636#ifndef SPEEX_H 
    3737#define SPEEX_H 
     38/** @defgroup Codec Speex encoder and decoder 
     39 *  This is the Speex codec itself. 
     40 *  @{ 
     41 */ 
    3842 
    3943#include "speex/speex_bits.h" 
     
    147151#define SPEEX_GET_VBR_MAX_BITRATE 43 
    148152 
    149 /* Used internally, not to be used in applications */ 
     153/** Turn on/off input/output high-pass filtering */ 
     154#define SPEEX_SET_HIGHPASS 44 
     155/** Get status of input/output high-pass filtering */ 
     156#define SPEEX_GET_HIGHPASS 45 
     157 
     158/* Used internally, NOT TO BE USED in applications */ 
    150159/** Used internally*/ 
    151160#define SPEEX_GET_PI_GAIN 100 
     
    158167/** Used internally*/ 
    159168#define SPEEX_SET_INNOVATION_SAVE   104 
     169/** Used internally*/ 
     170#define SPEEX_SET_WIDEBAND   105 
    160171 
    161172 
     
    421432#endif 
    422433 
    423  
     434/** @}*/ 
    424435#endif 
Note: See TracChangeset for help on using the changeset viewer.