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

    r628 r823  
    1 /* Copyright (C) 2002 Jean-Marc Valin */ 
     1/* Copyright (C) 2002-2006 Jean-Marc Valin */ 
    22/** 
    33   @file modes.h 
     
    7070 
    7171/** Innovation unquantization function */ 
    72 typedef void (*innovation_unquant_func)(spx_sig_t *, const void *, int, SpeexBits*, char *); 
     72typedef void (*innovation_unquant_func)(spx_sig_t *, const void *, int, SpeexBits*, char *, spx_int32_t *); 
    7373 
    7474/** Description of a Speex sub-mode (wither narrowband or wideband */ 
Note: See TracChangeset for help on using the changeset viewer.