Function

AgsAudioCharBufferUtilcopy_cbuffer_to_float

since: 3.0.0

Declaration [src]

void
ags_char_buffer_util_copy_cbuffer_to_float (
  gfloat* destination,
  guint dchannels,
  gint8* source,
  guint word_size,
  guint schannels,
  guint frame_count,
  guint byte_order
)

Description [src]

Copy char to float buffer.

Available since: 3.0.0

Parameters

destination

Type: gfloat*

Destination buffer.

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

Type: guint

Destination channels.

source

Type: gint8*

Source buffer.

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

Type: guint

Word size.

schannels

Type: guint

Source channels.

frame_count

Type: guint

Frame count.

byte_order

Type: guint

The byte-order.