Function

AgsAudioAudioBufferUtilclear_float

since: 3.0.0

Declaration [src]

void
ags_audio_buffer_util_clear_float (
  gfloat* buffer,
  guint channels,
  guint count
)

Description [src]

Clears a buffer.

Available since: 3.0.0

Parameters

buffer

Type: gfloat*

The buffer to clear.

The data is owned by the caller of the function.
channels

Type: guint

Number of channels.

count

Type: guint

Count frames.