Struct
AgsAudioPhaseShiftUtil
Description
struct AgsPhaseShiftUtil {
gpointer source;
guint source_stride;
gpointer destination;
guint destination_stride;
guint buffer_length;
AgsSoundcardFormat format;
guint samplerate;
gdouble frequency;
gdouble amount;
gdouble phase;
}
No description available.
Structure members
source- No description available.
source_stride- No description available.
destination- No description available.
destination_stride- No description available.
buffer_length- No description available.
format- No description available.
samplerate- No description available.
frequency- No description available.
amount- No description available.
phase- No description available.
Instance methods
ags_phase_shift_util_get_destination_stride
Get destination stride of phase_shift_util.
since: 4.0.0
ags_phase_shift_util_process_complex
Process phase shift of phase_shift_util of complex floating point data.
since: 4.0.0
ags_phase_shift_util_process_double
Process phase shift of phase_shift_util of double precision floating point data.
since: 4.0.0
ags_phase_shift_util_process_float
Process phase shift of phase_shift_util of single precision floating point data.
since: 4.0.0
ags_phase_shift_util_process_s16
Process phase shift of phase_shift_util of signed 16 bit data.
since: 4.0.0
ags_phase_shift_util_process_s24
Process phase shift of phase_shift_util of signed 24 bit data.
since: 4.0.0
ags_phase_shift_util_process_s32
Process phase shift of phase_shift_util of signed 32 bit data.
since: 4.0.0
ags_phase_shift_util_process_s64
Process phase shift of phase_shift_util of signed 64 bit data.
since: 4.0.0
ags_phase_shift_util_process_s8
Process phase shift of phase_shift_util of signed 8 bit data.
since: 4.0.0
ags_phase_shift_util_set_destination_stride
Set destination stride of phase_shift_util.
since: 4.0.0