Method
AgsAudioAudioBufferUtilput_int_from_s16
since: 7.0.0
Declaration [src]
void
ags_audio_buffer_util_put_int_from_s16 (
AgsAudioBufferUtil* audio_buffer_util,
gint* destination,
guint destination_stride,
gint16* source,
guint source_stride,
guint count
)
Description [src]
Fill vector with single precision floating point data from signed 16 bit.
Available since: 7.0.0
Parameters
destination
-
Type:
gint*
Destination vector.
The data is owned by the caller of the method. destination_stride
-
Type:
guint
Destination vector’s count of channels.
source
-
Type:
gint16*
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.