Function

AgsAudioAudioBufferUtilcopy_float_to_s16

since: 3.0.0

Declaration [src]

void
ags_audio_buffer_util_copy_float_to_s16 (
  gint16* destination,
  guint dchannels,
  gfloat* source,
  guint schannels,
  guint count
)

Description [src]

Copy audio data using additive strategy.

Available since: 3.0.0

Parameters

destination

Type: gint16*

Destination buffer.

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

Type: guint

Destination buffer’s count of channels.

source

Type: gfloat*

Source buffer.

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

Type: guint

Source buffer’s count of channels.

count

Type: guint

Number of frames to copy.