Method

AgsAudioAudioSignalcontinue_feed

since: 3.3.0

Declaration [src]

void
ags_audio_signal_continue_feed (
  AgsAudioSignal* audio_signal,
  AgsAudioSignal* default_template,
  guint frame_count,
  guint old_frame_count
)

Description [src]

Feed audio signal to grow upto frame count.

Available since: 3.3.0

Parameters

default_template

Type: AgsAudioSignal

The default template AgsAudioSignal.

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

Type: guint

The new frame count.

old_frame_count

Type: guint

The old frame count.