Method

AgsAudioNoiseUtilset_source

since: 3.15.0

Declaration [src]

void
ags_noise_util_set_source (
  AgsNoiseUtil* noise_util,
  gpointer source
)

Description [src]

Set source buffer of noise_util.

Available since: 3.15.0

Parameters

source

Type: gpointer

The source buffer.

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