Searched refs:speex (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | speex.c | 123 ec->params.speex.pp_state = speex_preprocess_state_init(nframes, out_ss->rate); in pa_speex_ec_preprocessor_init() 126 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_AGC, &tmp); in pa_speex_ec_preprocessor_init() 129 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_DENOISE, &tmp); in pa_speex_ec_preprocessor_init() 132 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_DEREVERB, &tmp); in pa_speex_ec_preprocessor_init() 136 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_ECHO_SUPPRESS, in pa_speex_ec_preprocessor_init() 140 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_ECHO_SUPPRESS_ACTIVE, in pa_speex_ec_preprocessor_init() 145 speex_preprocess_ctl(ec->params.speex.pp_state, SPEEX_PREPROCESS_SET_ECHO_STATE, in pa_speex_ec_preprocessor_init() 146 ec->params.speex.state); in pa_speex_ec_preprocessor_init() 148 pa_log_info("Loaded speex preprocessor with params: agc=%s, denoise=%s, dereverb=%s, echo_suppress=%s", in pa_speex_ec_preprocessor_init() 191 ec->params.speex in pa_speex_ec_init() [all...] |
H A D | echo-cancel.h | 33 #include <speex/speex_echo.h> 34 #include <speex/speex_preprocess.h> 54 } speex; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | libspeexdec.c | 21 #include <speex/speex.h> 22 #include <speex/speex_header.h> 23 #include <speex/speex_stereo.h> 24 #include <speex/speex_callbacks.h>
|
H A D | libspeexenc.c | 84 #include <speex/speex.h> 85 #include <speex/speex_header.h> 86 #include <speex/speex_stereo.h>
|
/third_party/pulseaudio/speex/doc/ |
H A D | sampledec.c | 1 #include <speex/speex.h>
|
H A D | sampleenc.c | 1 #include <speex/speex.h>
|
/third_party/libsnd/src/ |
H A D | ogg_speex.c | 43 #include <speex/speex.h> 44 #include <speex/speex_stereo.h> 45 #include <speex/speex_header.h> 46 #include <speex/speex_callbacks.h>
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | speex.c | 24 #include <speex/speex_resampler.h> 40 /* feed one sample that is too soft for fixed-point speex */ in pa_speex_is_fixed_point() 47 /* speex compiled with --enable-fixed-point will output 0.0 due to insufficient precision */ in pa_speex_is_fixed_point() 72 /* Strictly speaking, speex resampler expects its input in speex_resample_float() 74 * This matters if speex has been compiled with --enable-fixed-point, in speex_resample_float() 75 * because such speex will round the samples to the nearest in speex_resample_float() 76 * integer. speex with --enable-fixed-point is therefore incompatible in speex_resample_float() 77 * with PulseAudio's floating-point sample range [-1 .. 1]. speex in speex_resample_float() 80 * for speex compiled without --enable-fixed-point. in speex_resample_float() 171 pa_log_info("Choosing speex qualit in pa_resampler_speex_init() [all...] |
/third_party/ffmpeg/ |
H A D | configure | 6626 enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
|
Completed in 10 milliseconds