Top |
AgsTimeStretchUtil * ags_time_stretch_util_alloc ();
Allocate AgsTimeStretchUtil.
Since: 3.13.0
gpointer
ags_time_stretch_util_copy (AgsTimeStretchUtil *ptr
);
Create a copy of ptr
.
Since: 3.13.0
void
ags_time_stretch_util_free (AgsTimeStretchUtil *ptr
);
Free the memory of ptr
.
Since: 3.13.0
gpointer
ags_time_stretch_util_get_source (AgsTimeStretchUtil *time_stretch_util
);
Get source buffer of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_source (AgsTimeStretchUtil *time_stretch_util
,gpointer source
);
Set source
buffer of time_stretch_util
.
Since: 3.13.0
guint
ags_time_stretch_util_get_source_stride
(AgsTimeStretchUtil *time_stretch_util
);
Get source stride of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_source_stride (AgsTimeStretchUtil *time_stretch_util
,guint source_stride
);
Set source
stride of time_stretch_util
.
Since: 3.13.0
guint
ags_time_stretch_util_get_source_buffer_length
(AgsTimeStretchUtil *time_stretch_util
);
Get source buffer length of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_source_buffer_length (AgsTimeStretchUtil *time_stretch_util
,guint source_buffer_length
);
Set source_buffer_length
of time_stretch_util
.
Since: 3.13.0
gpointer
ags_time_stretch_util_get_destination (AgsTimeStretchUtil *time_stretch_util
);
Get destination buffer of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_destination (AgsTimeStretchUtil *time_stretch_util
,gpointer destination
);
Set destination
buffer of time_stretch_util
.
Since: 3.13.0
guint
ags_time_stretch_util_get_destination_stride
(AgsTimeStretchUtil *time_stretch_util
);
Get destination stride of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_destination_stride (AgsTimeStretchUtil *time_stretch_util
,guint destination_stride
);
Set destination
stride of time_stretch_util
.
time_stretch_util |
the AgsTimeStretchUtil |
|
destination_stride |
the destination buffer stride |
Since: 3.13.0
guint
ags_time_stretch_util_get_destination_buffer_length
(AgsTimeStretchUtil *time_stretch_util
);
Get destination buffer length of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_destination_buffer_length (AgsTimeStretchUtil *time_stretch_util
,guint destination_buffer_length
);
Set destination_buffer_length
of time_stretch_util
.
Since: 3.13.0
guint
ags_time_stretch_util_get_buffer_length
(AgsTimeStretchUtil *time_stretch_util
);
Get buffer size of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_buffer_length (AgsTimeStretchUtil *time_stretch_util
,guint buffer_length
);
Set buffer_length
of time_stretch_util
.
Since: 3.13.0
AgsSoundcardFormat
ags_time_stretch_util_get_format (AgsTimeStretchUtil *time_stretch_util
);
Get format of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_format (AgsTimeStretchUtil *time_stretch_util
,AgsSoundcardFormat format
);
Set format
of time_stretch_util
.
Since: 3.13.0
guint
ags_time_stretch_util_get_samplerate (AgsTimeStretchUtil *time_stretch_util
);
Get samplerate of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_samplerate (AgsTimeStretchUtil *time_stretch_util
,guint samplerate
);
Set samplerate
of time_stretch_util
.
Since: 3.13.0
gdouble
ags_time_stretch_util_get_frequency (AgsTimeStretchUtil *time_stretch_util
);
Get frequency of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_frequency (AgsTimeStretchUtil *time_stretch_util
,gdouble frequency
);
Set frequency
of time_stretch_util
.
Since: 3.13.0
gdouble
ags_time_stretch_util_get_orig_bpm (AgsTimeStretchUtil *time_stretch_util
);
Get original BPM of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_orig_bpm (AgsTimeStretchUtil *time_stretch_util
,gdouble orig_bpm
);
Set orig_bpm
of time_stretch_util
.
Since: 3.13.0
gdouble
ags_time_stretch_util_get_new_bpm (AgsTimeStretchUtil *time_stretch_util
);
Get new BPM of time_stretch_util
.
Since: 3.13.0
void ags_time_stretch_util_set_new_bpm (AgsTimeStretchUtil *time_stretch_util
,gdouble new_bpm
);
Set new_bpm
of time_stretch_util
.
Since: 3.13.0
void
ags_time_stretch_util_stretch_s8 (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
of signed 8 bit data.
Since: 3.13.0
void
ags_time_stretch_util_stretch_s16 (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
of signed 16 bit data.
Since: 3.13.0
void
ags_time_stretch_util_stretch_s24 (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
of signed 24 bit data.
Since: 3.13.0
void
ags_time_stretch_util_stretch_s32 (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
of signed 32 bit data.
Since: 3.13.0
void
ags_time_stretch_util_stretch_s64 (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
of signed 64 bit data.
Since: 3.13.0
void
ags_time_stretch_util_stretch_float (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
of floating point data.
Since: 3.13.0
void
ags_time_stretch_util_stretch_double (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
of double precision floating point data.
Since: 3.13.0
void
ags_time_stretch_util_stretch_complex (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
of complex data.
Since: 3.13.0
void
ags_time_stretch_util_stretch (AgsTimeStretchUtil *time_stretch_util
);
Stretch time_stretch_util
.
Since: 3.13.0