Method
AgsAudioAudioBufferUtilfill_v8float_from_double
since: 7.0.0
Declaration [src]
void
ags_audio_buffer_util_fill_v8float_from_double (
AgsAudioBufferUtil* audio_buffer_util,
ags_v8float* destination,
guint destination_stride,
gdouble* source,
guint source_stride,
guint count
)
Description [src]
Fill vector with float precision floating point data from float.
Available since: 7.0.0
This method is not directly available to language bindings.
Parameters
destination-
Type:
ags_v8float*Destination vector.
The data is owned by the caller of the method. destination_stride-
Type:
guintDestination vector’s count of channels.
source-
Type:
gdouble*Source buffer.
The data is owned by the caller of the method. source_stride-
Type:
guintSource buffer’s count of channels.
count-
Type:
guintNumber of frames to copy.