FFmpeg
|
libavresample/internal.h
Go to the documentation of this file.
44 int channel_map[AVRESAMPLE_MAX_CHANNELS]; /**< source index of each output channel, -1 if not remapped */
69 int filter_size; /**< length of each FIR filter in the resampling filterbank relative to the cutoff frequency */
72 double cutoff; /**< resampling cutoff frequency. 1.0 corresponds to half the output sample rate */
74 int kaiser_beta; /**< beta value for Kaiser window (only applicable if filter_type == AV_FILTER_TYPE_KAISER) */
int input_map[AVRESAMPLE_MAX_CHANNELS]
dest index of each input channel
Definition: libavresample/internal.h:50
Audio buffer used for intermediate storage between conversion phases.
Definition: oss_audio.c:46
double * mix_matrix
mix matrix only used if avresample_set_matrix() is called before avresample_open() ...
Definition: libavresample/internal.h:103
Definition: audio_convert.c:48
Definition: libavresample/internal.h:38
Definition: af_resample.c:39
AVOptions.
Definition: libavresample/internal.h:37
Definition: libavresample/internal.h:43
int out_convert_needed
output sample format conversion is needed
Definition: libavresample/internal.h:85
AudioConvert * ac_out
output sample format conversion context
Definition: libavresample/internal.h:94
Definition: audio_fifo.c:34
int channel_copy[AVRESAMPLE_MAX_CHANNELS]
dest index to copy from
Definition: libavresample/internal.h:46
external API header
Definition: audio_mix.c:33
int phase_shift
log2 of the number of entries in the resampling polyphase filterbank
Definition: libavresample/internal.h:70
struct ChannelMapInfo ChannelMapInfo
int linear_interp
if 1 then the resampling FIR filter will be linearly interpolated
Definition: libavresample/internal.h:71
int kaiser_beta
beta value for Kaiser window (only applicable if filter_type == AV_FILTER_TYPE_KAISER) ...
Definition: libavresample/internal.h:74
ChannelMapInfo ch_map_info
Definition: libavresample/internal.h:107
Definition: libavresample/internal.h:39
int filter_size
length of each FIR filter in the resampling filterbank relative to the cutoff frequency ...
Definition: libavresample/internal.h:69
Definition: libavresample/internal.h:40
int in_convert_needed
input sample format conversion is needed
Definition: libavresample/internal.h:84
Definition: libavresample/internal.h:36
int channel_map[AVRESAMPLE_MAX_CHANNELS]
source index of each output channel, -1 if not remapped
Definition: libavresample/internal.h:44
AudioData * resample_out_buffer
buffer for output from resampler
Definition: libavresample/internal.h:89
Audio FIFO Buffer.
Generated on Sat Feb 1 2025 06:52:24 for FFmpeg by 1.8.11