Struct

AgsAudioPeakUtil

Description

struct AgsPeakUtil {
  gpointer source;
  guint source_stride;
  guint buffer_length;
  AgsSoundcardFormat format;
  guint samplerate;
  gdouble harmonic_rate;
  gdouble pressure_factor;
  gdouble peak;
}
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.
harmonic_rate
No description available.
pressure_factor
No description available.
peak
No description available.

Functions

ags_peak_util_alloc

Allocate AgsPeakUtil-struct.

since: 3.9.2

Instance methods

ags_peak_util_compute

Compute peak.

since: 3.9.2

ags_peak_util_compute_complex

Compute peak of complex floating point data.

since: 3.9.2

ags_peak_util_compute_double

Compute peak of double floating point data.

since: 3.9.2

ags_peak_util_compute_float

Compute peak of floating point data.

since: 3.9.2

ags_peak_util_compute_s16

Compute peak of signed 16 bit data.

since: 3.9.2

ags_peak_util_compute_s24

Compute peak of signed 24 bit data.

since: 3.9.2

ags_peak_util_compute_s32

Compute peak of signed 32 bit data.

since: 3.9.2

ags_peak_util_compute_s64

Compute peak of signed 64 bit data.

since: 3.9.2

ags_peak_util_compute_s8

Compute peak of signed 8 bit data.

since: 3.9.2

ags_peak_util_copy

Create a copy of ptr.

since: 3.9.2

ags_peak_util_free

Free the memory of ptr.

since: 3.9.2

ags_peak_util_get_buffer_length

Get buffer length of peak_util.

since: 3.9.2

ags_peak_util_get_format

Get format of peak_util.

since: 3.9.6

ags_peak_util_get_harmonic_rate

Get harmonic rate of peak_util.

since: 3.9.2

ags_peak_util_get_peak

Get peak of peak_util.

since: 3.9.2

ags_peak_util_get_pressure_factor

Get pressure factor of peak_util.

since: 3.9.2

ags_peak_util_get_samplerate

Get samplerate of peak_util.

since: 3.9.2

ags_peak_util_get_source

Get source buffer of peak_util.

since: 3.9.2

ags_peak_util_get_source_stride

Get source stride of peak_util.

since: 3.9.2

ags_peak_util_set_buffer_length

Set buffer_length of peak_util.

since: 3.9.2

ags_peak_util_set_format

Set format of peak_util.

since: 3.9.6

ags_peak_util_set_harmonic_rate

Set harmonic_rate of peak_util.

since: 3.9.2

ags_peak_util_set_peak

Set peak of peak_util.

since: 3.9.2

ags_peak_util_set_pressure_factor

Set pressure_factor of peak_util.

since: 3.9.2

ags_peak_util_set_samplerate

Set samplerate of peak_util.

since: 3.9.2

ags_peak_util_set_source

Set source buffer of peak_util.

since: 3.9.2

ags_peak_util_set_source_stride

Set source stride of peak_util.

since: 3.9.2