Home
last modified time | relevance | path

Searched refs:speex_state (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/uvoice/audio/process/
A Dproc_resample.c38 SpeexResamplerState *speex_state; member
166 ret = speex_resampler_process_float(inst->speex_state, i, in uvoice_resampler_process()
248 speex_resampler_set_rate(inst->speex_state, in uvoice_resampler_update()
286 inst->speex_state = speex_resampler_init((spx_uint32_t)channels, in uvoice_resampler_create()
290 if (!inst->speex_state) { in uvoice_resampler_create()
297 speex_resampler_skip_zeros(inst->speex_state); in uvoice_resampler_create()
324 speex_resampler_destroy(inst->speex_state); in uvoice_resampler_release()

Completed in 4 milliseconds