Method

AgsAudioSoundResourceread_audio_signal_at_once

since: 4.4.0

Declaration [src]

GList*
ags_sound_resource_read_audio_signal_at_once (
  AgsSoundResource* sound_resource,
  GObject* soundcard,
  gint audio_channel
)

Description [src]

Read audio signal from sound_resource.

Available since: 4.4.0

Parameters

soundcard

Type: GObject

The AgsSoundcard.

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

Type: gint

The audio channel or -1 for all.

Return value

Type: A list of AgsAudioSignal*

A GList-struct containing AgsAudioSignal.

The caller of the method takes ownership of the data, and is responsible for freeing it.