Ignore:
Timestamp:
Jul 26, 2006 5:04:54 PM (18 years ago)
Author:
bennylp
Message:
  • Bring speex codec up to date with their SVN trunk
  • Speex codec should work in FIXED_POINT mode when PJ_HAS_FLOATING_POINT is set to zero.
  • ulaw2linear will return zero if zero is given (this would make the VAD works better, and it also fixed click noise when call is established/hangup).
File:
1 edited

Legend:

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

    r278 r628  
    142142#define SPEEX_GET_PLC_TUNING 41 
    143143 
     144/** Sets the max bit-rate allowed in VBR mode */ 
     145#define SPEEX_SET_VBR_MAX_BITRATE 42 
     146/** Gets the max bit-rate allowed in VBR mode */ 
     147#define SPEEX_GET_VBR_MAX_BITRATE 43 
     148 
    144149/* Used internally, not to be used in applications */ 
    145150/** Used internally*/ 
     
    151156/** Used internally*/ 
    152157#define SPEEX_GET_DTX_STATUS   103 
     158/** Used internally*/ 
     159#define SPEEX_SET_INNOVATION_SAVE   104 
    153160 
    154161 
Note: See TracChangeset for help on using the changeset viewer.