27 #define C15DB 1.189207115
29 #define C_15DB 0.840896415
30 #define C_30DB M_SQRT1_2
31 #define C_45DB 0.594603558
34 #define OFFSET(x) offsetof(SwrContext,x)
35 #define PARAM AV_OPT_FLAG_AUDIO_PARAM
96 {
"precision" ,
"set soxr resampling precision (in bits)"
98 {
"cheby" ,
"enable soxr Chebyshev passband & higher-precision irrational ratio approximation"
100 {
"min_comp" ,
"set minimum difference between timestamps and audio data (in seconds) below which no timestamp compensation of either kind is applied"
102 {
"min_hard_comp" ,
"set minimum difference between timestamps and audio data (in seconds) to trigger padding/trimming the data."
104 {
"comp_duration" ,
"set duration (in seconds) over which data is stretched/squeezed to make it match the timestamps."
106 {
"max_soft_comp" ,
"set maximum factor by which data is stretched/squeezed to make it match the timestamps."
108 {
"async" ,
"simplified 1 parameter audio timestamp matching, 0(disabled), 1(filling and trimming), >1(maximum stretch/squeeze in samples per second)"
110 {
"first_pts" ,
"Assume the first pts should be this value (in samples)."
138 .log_level_offset_offset =
OFFSET(log_level_offset),
139 .parent_log_context_offset =
OFFSET(log_ctx),
const AVClass * av_class
AVClass used for AVOption and av_log()
static const char * context_to_name(void *ptr)
#define LIBAVUTIL_VERSION_INT
void av_opt_set_defaults(void *s)
Set the values of all AVOption fields to their default values.
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
av_cold struct SwrContext * swr_alloc(void)
Allocate SwrContext.
Blackman Nuttall Windowed Sinc.
The libswresample context.
static const uint8_t dither[8][8]
#define SWR_FLAG_RESAMPLE
Force resampling even if equal sample rate.
static const AVOption options[]
const AVClass * swr_get_class(void)
Get the AVClass for SwrContext.
static const AVClass av_class
Describe the class of an AVClass context structure.
void * av_mallocz(size_t size)
Allocate a block of size bytes with alignment suitable for all memory accesses (including vectors if ...
#define AV_NOPTS_VALUE
Undefined timestamp value.