Top | ![]() |
![]() |
![]() |
![]() |
void | ags_filter_util_pitch_s8 () |
void | ags_filter_util_pitch_s16 () |
void | ags_filter_util_pitch_s24 () |
void | ags_filter_util_pitch_s32 () |
void | ags_filter_util_pitch_s64 () |
void | ags_filter_util_pitch_float () |
void | ags_filter_util_pitch_double () |
void | ags_filter_util_pitch_complex () |
void ags_filter_util_pitch_s8 (gint8 *buffer
,guint buffer_length
,guint samplerate
,gdouble base_key
,gdouble tuning
);
Apply pitch filter.
buffer |
the audio buffer |
|
buffer_length |
the buffer's length |
|
samplerate |
the samplerate |
|
base_key |
the base key |
|
tuning |
the tuning |
Since: 2.3.0
void ags_filter_util_pitch_s16 (gint16 *buffer
,guint buffer_length
,guint samplerate
,gdouble base_key
,gdouble tuning
);
Apply pitch filter.
buffer |
the audio buffer |
|
buffer_length |
the buffer's length |
|
samplerate |
the samplerate |
|
base_key |
the base key |
|
tuning |
the tuning |
Since: 2.3.0
void ags_filter_util_pitch_s24 (gint32 *buffer
,guint buffer_length
,guint samplerate
,gdouble base_key
,gdouble tuning
);
Apply pitch filter.
buffer |
the audio buffer |
|
buffer_length |
the buffer's length |
|
samplerate |
the samplerate |
|
base_key |
the base key |
|
tuning |
the tuning |
Since: 2.3.0
void ags_filter_util_pitch_s32 (gint32 *buffer
,guint buffer_length
,guint samplerate
,gdouble base_key
,gdouble tuning
);
Apply pitch filter.
buffer |
the audio buffer |
|
buffer_length |
the buffer's length |
|
samplerate |
the samplerate |
|
base_key |
the base key |
|
tuning |
the tuning |
Since: 2.3.0
void ags_filter_util_pitch_s64 (gint64 *buffer
,guint buffer_length
,guint samplerate
,gdouble base_key
,gdouble tuning
);
Apply pitch filter.
buffer |
the audio buffer |
|
buffer_length |
the buffer's length |
|
samplerate |
the samplerate |
|
base_key |
the base key |
|
tuning |
the tuning |
Since: 2.3.0
void ags_filter_util_pitch_float (gfloat *buffer
,guint buffer_length
,guint samplerate
,gdouble base_key
,gdouble tuning
);
Apply pitch filter.
buffer |
the audio buffer |
|
buffer_length |
the buffer's length |
|
samplerate |
the samplerate |
|
base_key |
the base key |
|
tuning |
the tuning |
Since: 2.3.0
void ags_filter_util_pitch_double (gdouble *buffer
,guint buffer_length
,guint samplerate
,gdouble base_key
,gdouble tuning
);
Apply pitch filter.
buffer |
the audio buffer |
|
buffer_length |
the buffer's length |
|
samplerate |
the samplerate |
|
base_key |
the base key |
|
tuning |
the tuning |
Since: 2.3.0
void ags_filter_util_pitch_complex (AgsComplex *buffer
,guint buffer_length
,guint samplerate
,gdouble base_key
,gdouble tuning
);
Apply pitch filter.
buffer |
the audio buffer |
|
buffer_length |
the buffer's length |
|
samplerate |
the samplerate |
|
base_key |
the base key |
|
tuning |
the tuning |
Since: 2.3.0