Method

AgsAudioRecyclingcreate_audio_signal_with_frame_count

since: 3.0.0

Declaration [src]

void
ags_recycling_create_audio_signal_with_frame_count (
  AgsRecycling* recycling,
  AgsAudioSignal* audio_signal,
  guint frame_count,
  gdouble delay,
  guint attack
)

Description [src]

Create audio signal with frame count.

Available since: 3.0.0

Parameters

audio_signal

Type: AgsAudioSignal

The AgsAudioSignal to apply defaults.

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

Type: guint

The audio data size.

delay

Type: gdouble

The delay.

attack

Type: guint

The attack.