Top | ![]() |
![]() |
![]() |
![]() |
AgsFluidInterpolate4thOrderUtilAgsFluidInterpolate4thOrderUtil — util functions to fluid interpolate 4th order |
void ags_fluid_interpolate_4th_order_util_fill_s8 (gint8 *destination
,gint8 *source
,guint buffer_length
,gdouble phase_incr
);
ags_fluid_interpolate_4th_order_util_fill_s8
is deprecated and should not be used in newly-written code.
Perform fluid interpolate 4th order on buffer
and return the result in output_buffer
.
destination |
the destination audio buffer |
|
source |
the source audio buffer |
|
buffer_length |
the buffer length |
|
phase_incr |
the phase increment |
Since: 3.8.12
void ags_fluid_interpolate_4th_order_util_fill_s16 (gint16 *destination
,gint16 *source
,guint buffer_length
,gdouble phase_incr
);
ags_fluid_interpolate_4th_order_util_fill_s16
is deprecated and should not be used in newly-written code.
Perform fluid interpolate 4th order on buffer
and return the result in output_buffer
.
destination |
the destination audio buffer |
|
source |
the source audio buffer |
|
buffer_length |
the buffer length |
|
phase_incr |
the phase increment |
Since: 3.8.12
void ags_fluid_interpolate_4th_order_util_fill_s24 (gint32 *destination
,gint32 *source
,guint buffer_length
,gdouble phase_incr
);
ags_fluid_interpolate_4th_order_util_fill_s24
is deprecated and should not be used in newly-written code.
Perform fluid interpolate 4th order on buffer
and return the result in output_buffer
.
destination |
the destination audio buffer |
|
source |
the source audio buffer |
|
buffer_length |
the buffer length |
|
phase_incr |
the phase increment |
Since: 3.8.12
void ags_fluid_interpolate_4th_order_util_fill_s32 (gint32 *destination
,gint32 *source
,guint buffer_length
,gdouble phase_incr
);
ags_fluid_interpolate_4th_order_util_fill_s32
is deprecated and should not be used in newly-written code.
Perform fluid interpolate 4th order on buffer
and return the result in output_buffer
.
destination |
the destination audio buffer |
|
source |
the source audio buffer |
|
buffer_length |
the buffer length |
|
phase_incr |
the phase increment |
Since: 3.8.12
void ags_fluid_interpolate_4th_order_util_fill_s64 (gint64 *destination
,gint64 *source
,guint buffer_length
,gdouble phase_incr
);
ags_fluid_interpolate_4th_order_util_fill_s64
is deprecated and should not be used in newly-written code.
Perform fluid interpolate 4th order on buffer
and return the result in output_buffer
.
destination |
the destination audio buffer |
|
source |
the source audio buffer |
|
buffer_length |
the buffer length |
|
phase_incr |
the phase increment |
Since: 3.8.12
void ags_fluid_interpolate_4th_order_util_fill_float (gfloat *destination
,gfloat *source
,guint buffer_length
,gdouble phase_incr
);
ags_fluid_interpolate_4th_order_util_fill_float
is deprecated and should not be used in newly-written code.
Perform fluid interpolate 4th order on buffer
and return the result in output_buffer
.
destination |
the destination audio buffer |
|
source |
the source audio buffer |
|
buffer_length |
the buffer length |
|
phase_incr |
the phase increment |
Since: 3.8.12
void ags_fluid_interpolate_4th_order_util_fill_double (gdouble *destination
,gdouble *source
,guint buffer_length
,gdouble phase_incr
);
ags_fluid_interpolate_4th_order_util_fill_double
is deprecated and should not be used in newly-written code.
Perform fluid interpolate 4th order on buffer
and return the result in output_buffer
.
destination |
the destination audio buffer |
|
source |
the source audio buffer |
|
buffer_length |
the buffer length |
|
phase_incr |
the phase increment |
Since: 3.8.12
void ags_fluid_interpolate_4th_order_util_fill_complex (AgsComplex *destination
,AgsComplex *source
,guint buffer_length
,gdouble phase_incr
);
ags_fluid_interpolate_4th_order_util_fill_complex
is deprecated and should not be used in newly-written code.
Perform fluid interpolate 4th order on buffer
and return the result in output_buffer
.
destination |
the destination audio buffer |
|
source |
the source audio buffer |
|
buffer_length |
the buffer length |
|
phase_incr |
the phase increment |
Since: 3.8.12