speexdsp_
resampler
0.1.0
In speexdsp_
resampler::
speex
Macros
algo
chunk_assign
chunk_copy
Structs
FuncDef
QualityMapping
SpeexResamplerState
Constants
RESAMPLER_ERR_ALLOC_FAILED
RESAMPLER_ERR_INVALID_ARG
RESAMPLER_ERR_OVERFLOW
RESAMPLER_ERR_SUCCESS
Statics
KAISER10_TABLE
KAISER12_TABLE
KAISER6_TABLE
KAISER8_TABLE
QUALITY_MAP
_KAISER10
_KAISER12
_KAISER6
_KAISER8
Functions
_gcd
_muldiv
compute_func
cubic_coef
resampler_basic_direct_double
resampler_basic_direct_single
resampler_basic_interpolate_double
resampler_basic_interpolate_single
resampler_basic_zero
sinc
speex_resampler_magic
speex_resampler_process_native
Type Aliases
ResamplerBasicFunc
speexdsp_resampler
::
speex
Function
cubic_coef
Copy item path
Settings
Help
Summary
Source
fn cubic_coef(frac:
f32
, interp: &mut [
f32
])