Top |
#define | AGS_PEAK_UTIL_DEFAULT_HARMONIC_RATE |
#define | AGS_PEAK_UTIL_DEFAULT_PRESSURE_FACTOR |
#define | AGS_PEAK_UTIL_INITIALIZER |
gpointer
ags_peak_util_copy (AgsPeakUtil *ptr
);
Create a copy of ptr
.
Since: 3.9.2
void
ags_peak_util_free (AgsPeakUtil *ptr
);
Free the memory of ptr
.
Since: 3.9.2
gpointer
ags_peak_util_get_source (AgsPeakUtil *peak_util
);
Get source buffer of peak_util
.
Since: 3.9.2
void ags_peak_util_set_source (AgsPeakUtil *peak_util
,gpointer source
);
Set source
buffer of peak_util
.
Since: 3.9.2
guint
ags_peak_util_get_source_stride (AgsPeakUtil *peak_util
);
Get source stride of peak_util
.
Since: 3.9.2
void ags_peak_util_set_source_stride (AgsPeakUtil *peak_util
,guint source_stride
);
Set source
stride of peak_util
.
Since: 3.9.2
guint
ags_peak_util_get_buffer_length (AgsPeakUtil *peak_util
);
Get buffer length of peak_util
.
Since: 3.9.2
void ags_peak_util_set_buffer_length (AgsPeakUtil *peak_util
,guint buffer_length
);
Set buffer_length
of peak_util
.
Since: 3.9.2
AgsSoundcardFormat
ags_peak_util_get_format (AgsPeakUtil *peak_util
);
Get format of peak_util
.
Since: 3.9.6
void ags_peak_util_set_format (AgsPeakUtil *peak_util
,AgsSoundcardFormat format
);
Set format
of peak_util
.
Since: 3.9.6
guint
ags_peak_util_get_samplerate (AgsPeakUtil *peak_util
);
Get samplerate of peak_util
.
Since: 3.9.2
void ags_peak_util_set_samplerate (AgsPeakUtil *peak_util
,guint samplerate
);
Set samplerate
of peak_util
.
Since: 3.9.2
gdouble
ags_peak_util_get_harmonic_rate (AgsPeakUtil *peak_util
);
Get harmonic rate of peak_util
.
Since: 3.9.2
void ags_peak_util_set_harmonic_rate (AgsPeakUtil *peak_util
,gdouble harmonic_rate
);
Set harmonic_rate
of peak_util
.
Since: 3.9.2
gdouble
ags_peak_util_get_pressure_factor (AgsPeakUtil *peak_util
);
Get pressure factor of peak_util
.
Since: 3.9.2
void ags_peak_util_set_pressure_factor (AgsPeakUtil *peak_util
,gdouble pressure_factor
);
Set pressure_factor
of peak_util
.
Since: 3.9.2
gdouble
ags_peak_util_get_peak (AgsPeakUtil *peak_util
);
Get peak of peak_util
.
Since: 3.9.2
void ags_peak_util_set_peak (AgsPeakUtil *peak_util
,gdouble peak
);
Set peak
of peak_util
.
Since: 3.9.2
void
ags_peak_util_compute_s8 (AgsPeakUtil *peak_util
);
Compute peak of signed 8 bit data.
Since: 3.9.2
void
ags_peak_util_compute_s16 (AgsPeakUtil *peak_util
);
Compute peak of signed 16 bit data.
Since: 3.9.2
void
ags_peak_util_compute_s24 (AgsPeakUtil *peak_util
);
Compute peak of signed 24 bit data.
Since: 3.9.2
void
ags_peak_util_compute_s32 (AgsPeakUtil *peak_util
);
Compute peak of signed 32 bit data.
Since: 3.9.2
void
ags_peak_util_compute_s64 (AgsPeakUtil *peak_util
);
Compute peak of signed 64 bit data.
Since: 3.9.2
void
ags_peak_util_compute_float (AgsPeakUtil *peak_util
);
Compute peak of floating point data.
Since: 3.9.2
void
ags_peak_util_compute_double (AgsPeakUtil *peak_util
);
Compute peak of double floating point data.
Since: 3.9.2
void
ags_peak_util_compute_complex (AgsPeakUtil *peak_util
);
Compute peak of complex floating point data.
Since: 3.9.2
void
ags_peak_util_compute (AgsPeakUtil *peak_util
);
Compute peak.
Since: 3.9.2