Function
AgsAudioAudioBufferUtilcopy_s24_to_s32
since: 3.0.0
Declaration [src]
void
ags_audio_buffer_util_copy_s24_to_s32 (
gint32* destination,
guint dchannels,
gint32* source,
guint schannels,
guint count
)
Parameters
destination-
Type:
gint32*Destination buffer.
The data is owned by the caller of the function. dchannels-
Type:
guintDestination buffer’s count of channels.
source-
Type:
gint32*Source buffer.
The data is owned by the caller of the function. schannels-
Type:
guintSource buffer’s count of channels.
count-
Type:
guintNumber of frames to copy.