Top |
#define | AGS_CORE_AUDIO_DEVIN_GET_OBJ_MUTEX() |
GQuark | ags_core_audio_devin_error_quark () |
gboolean | ags_core_audio_devin_test_flags () |
void | ags_core_audio_devin_set_flags () |
void | ags_core_audio_devin_unset_flags () |
void | ags_core_audio_devin_switch_buffer_flag () |
void | ags_core_audio_devin_adjust_delay_and_attack () |
void | ags_core_audio_devin_realloc_buffer () |
AgsCoreAudioDevin * | ags_core_audio_devin_new () |
gpointer | attack | Read |
double | bpm | Read / Write |
gpointer | buffer | Read |
guint | buffer-size | Read / Write |
AgsCoreAudioClient * | core-audio-client | Read / Write |
gpointer | core-audio-port | Read / Write |
double | delay-factor | Read / Write |
char * | device | Read / Write |
guint | dsp-channels | Read / Write |
guint | format | Read / Write |
guint | pcm-channels | Read / Write |
guint | samplerate | Read / Write |
#define AGS_CORE_AUDIO_DEVIN_GET_OBJ_MUTEX(obj) (&(((AgsCoreAudioDevin *) obj)->obj_mutex))
gboolean ags_core_audio_devin_test_flags (AgsCoreAudioDevin *core_audio_devin
,AgsCoreAudioDevinFlags flags
);
Test flags
to be set on core_audio_devin
.
Since: 3.0.0
void ags_core_audio_devin_set_flags (AgsCoreAudioDevin *core_audio_devin
,AgsCoreAudioDevinFlags flags
);
Enable a feature of core_audio_devin
.
Since: 3.0.0
void ags_core_audio_devin_unset_flags (AgsCoreAudioDevin *core_audio_devin
,AgsCoreAudioDevinFlags flags
);
Disable a feature of core_audio_devin
.
Since: 3.0.0
void
ags_core_audio_devin_switch_buffer_flag
(AgsCoreAudioDevin *core_audio_devin
);
The buffer flag indicates the currently played buffer.
Since: 3.0.0
void
ags_core_audio_devin_adjust_delay_and_attack
(AgsCoreAudioDevin *core_audio_devin
);
Calculate delay and attack and reset it.
Since: 3.0.0
void
ags_core_audio_devin_realloc_buffer (AgsCoreAudioDevin *core_audio_devin
);
Reallocate the internal audio buffer.
Since: 3.0.0
AgsCoreAudioDevin * ags_core_audio_devin_new ();
Creates a new instance of AgsCoreAudioDevin.
Since: 3.0.0
#define AGS_CORE_AUDIO_DEVIN_DEFAULT_APP_BUFFER_SIZE (8)
Enum values to control the behavior or indicate internal state of AgsCoreAudioDevin by enable/disable as flags.
Enum values to indicate internal state of AgsCoreAudioDevin application buffer by setting mode.
Enum values to control the synchronization between soundcard and client.
“attack”
property “attack” gpointer
Attack of the buffer
Owner: AgsCoreAudioDevin
Flags: Read
Since: 3.0.0
“bpm”
property “bpm” double
Beats per minute
Owner: AgsCoreAudioDevin
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 3.0.0
“buffer”
property “buffer” gpointer
The buffer
Owner: AgsCoreAudioDevin
Flags: Read
Since: 3.0.0
“buffer-size”
property “buffer-size” guint
The buffer size
Owner: AgsCoreAudioDevin
Flags: Read / Write
Allowed values: [16,16384]
Default value: 1024
Since: 3.0.0
“core-audio-client”
property“core-audio-client” AgsCoreAudioClient *
The assigned AgsCoreAudioClient
Owner: AgsCoreAudioDevin
Flags: Read / Write
Since: 3.0.0
“core-audio-port”
property “core-audio-port” gpointer
The assigned AgsCoreAudioPort
Owner: AgsCoreAudioDevin
Flags: Read / Write
Since: 3.0.0
“delay-factor”
property “delay-factor” double
tact
Owner: AgsCoreAudioDevin
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 3.0.0
“device”
property “device” char *
The core audio soundcard indentifier
Owner: AgsCoreAudioDevin
Flags: Read / Write
Default value: "ags-core-audio-devin-0"
Since: 3.0.0
“dsp-channels”
property “dsp-channels” guint
The dsp channel count
Owner: AgsCoreAudioDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.0.0
“format”
property “format” guint
The precision of the buffer
Owner: AgsCoreAudioDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 16
Since: 3.0.0
“pcm-channels”
property “pcm-channels” guint
The pcm channel count
Owner: AgsCoreAudioDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.0.0