Method

AgsAudioAudioBufferUtilcopy_double_to_double

since: 3.0.0

Declaration [src]

void
ags_audio_buffer_util_copy_double_to_double (
  AgsAudioBufferUtil* audio_buffer_util,
  gdouble* destination,
  guint destination_stride,
  gdouble* source,
  guint source_stride,
  guint count
)

Description [src]

Copy audio data using additive strategy.

Available since: 3.0.0

Parameters

destination

Type: gdouble*

Destination buffer.

The data is owned by the caller of the method.
destination_stride

Type: guint

Destination buffer’s count of channels.

source

Type: gdouble*

Source buffer.

The data is owned by the caller of the method.
source_stride

Type: guint

Source buffer’s count of channels.

count

Type: guint

Number of frames to copy.