Ignore:
Timestamp:
Jan 9, 2020 9:05:50 AM (4 years ago)
Author:
ming
Message:

Closed #589: Update Speex AEC to the latest version to get multichannel EC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/speex/include/speex/speex_resampler.h

    r2002 r6129  
    8383#define spx_uint32_t unsigned int 
    8484       
     85#define speex_assert(cond) 
     86 
    8587#else /* OUTSIDE_SPEEX */ 
    8688 
    87 #include "speex/speex_types.h" 
     89#include "speexdsp_types.h" 
    8890 
    8991#endif /* OUTSIDE_SPEEX */ 
     
    105107   RESAMPLER_ERR_INVALID_ARG     = 3, 
    106108   RESAMPLER_ERR_PTR_OVERLAP     = 4, 
     109   RESAMPLER_ERR_OVERFLOW        = 5, 
    107110    
    108111   RESAMPLER_ERR_MAX_ERROR 
     
    303306                                      spx_uint32_t *stride); 
    304307 
    305 /** Get the latency in input samples introduced by the resampler. 
     308/** Get the latency introduced by the resampler measured in input samples. 
    306309 * @param st Resampler state 
    307310 */ 
    308311int speex_resampler_get_input_latency(SpeexResamplerState *st); 
    309312 
    310 /** Get the latency in output samples introduced by the resampler. 
     313/** Get the latency introduced by the resampler measured in output samples. 
    311314 * @param st Resampler state 
    312315 */ 
Note: See TracChangeset for help on using the changeset viewer.