Struct
AgsAudioSynthUtil
Description
struct AgsSynthUtil {
gpointer source;
guint source_stride;
guint buffer_length;
AgsSoundcardFormat format;
guint samplerate;
guint synth_oscillator_mode;
gdouble frequency;
gdouble phase;
gdouble volume;
guint frame_count;
guint offset;
gboolean note_256th_mode;
guint offset_256th;
}
No description available.
Structure members
source
No description available.
source_stride
No description available.
buffer_length
No description available.
format
No description available.
samplerate
No description available.
synth_oscillator_mode
No description available.
frequency
No description available.
phase
No description available.
volume
No description available.
frame_count
No description available.
offset
No description available.
note_256th_mode
No description available.
offset_256th
No description available.
Instance methods
ags_synth_util_compute_impulse_double
Compute impulse synth of double precision floating point data.
since: 3.9.3
ags_synth_util_compute_sawtooth_double
Compute sawtooth synth of double precision floating point data.
since: 3.9.3
ags_synth_util_compute_sin_double
Compute sine synth of double precision floating point data.
since: 3.9.3
ags_synth_util_compute_square_double
Compute square synth of double precision floating point data.
since: 3.9.3
ags_synth_util_compute_triangle_double
Compute triangle synth of double precision floating point data.
since: 3.9.3