Function

AgsAudioSynthUtilget_xcross_count

since: 3.0.0

Declaration [src]

guint
ags_synth_util_get_xcross_count (
  void* buffer,
  guint format,
  guint buffer_size
)

Description [src]

Get zero-cross count.

Available since: 3.0.0

Parameters

buffer

Type: void*

The buffer containing audio data.

The argument can be NULL.
The data is owned by the caller of the function.
format

Type: guint

The format.

buffer_size

Type: guint

The buffer size.

Return value

Type: guint

The count of zero-crossings.