| 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 () |
| #define | AGS_CORE_AUDIO_DEVIN() |
| #define | AGS_CORE_AUDIO_DEVIN_CLASS() |
| #define | AGS_CORE_AUDIO_DEVIN_GET_CLASS() |
| #define | AGS_IS_CORE_AUDIO_DEVIN() |
| #define | AGS_IS_CORE_AUDIO_DEVIN_CLASS() |
| GType | ags_core_audio_devin_get_type () |
| gpointer | attack | Read |
| gdouble | bpm | Read / Write |
| gpointer | buffer | Read |
| guint | buffer-size | Read / Write |
| AgsCoreAudioClient * | core-audio-client | Read / Write |
| gpointer | core-audio-port | Read / Write |
| gdouble | delay-factor | Read / Write |
| gchar * | device | Read / Write |
| guint | dsp-channels | Read / Write |
| guint | format | Read / Write |
| guint | pcm-channels | Read / Write |
| guint | samplerate | Read / Write |
| enum | AgsCoreAudioDevinFlags |
| enum | AgsCoreAudioDevinSyncFlags |
| #define | AGS_CORE_AUDIO_DEVIN_ERROR |
| enum | AgsCoreAudioDevinError |
| #define | AGS_TYPE_CORE_AUDIO_DEVIN |
| struct | AgsCoreAudioDevin |
| struct | AgsCoreAudioDevinClass |
#define AGS_CORE_AUDIO_DEVIN_GET_OBJ_MUTEX(obj) (&(((AgsCoreAudioDevin *) obj)->obj_mutex))
gboolean ags_core_audio_devin_test_flags (AgsCoreAudioDevin *core_audio_devin,guint 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,guint flags);
Enable a feature of core_audio_devin
.
Since: 3.0.0
void ags_core_audio_devin_unset_flags (AgsCoreAudioDevin *core_audio_devin,guint 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(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CORE_AUDIO_DEVIN, AgsCoreAudioDevin))
#define AGS_CORE_AUDIO_DEVIN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_CORE_AUDIO_DEVIN, AgsCoreAudioDevin))
#define AGS_CORE_AUDIO_DEVIN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_CORE_AUDIO_DEVIN, AgsCoreAudioDevinClass))
#define AGS_IS_CORE_AUDIO_DEVIN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CORE_AUDIO_DEVIN))
#define AGS_IS_CORE_AUDIO_DEVIN_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CORE_AUDIO_DEVIN))
Enum values to control the behavior or indicate internal state of AgsCoreAudioDevin by enable/disable as flags.
|
the core-audio devin was added to registry, see |
||
|
indicates the core-audio devin was connected by calling |
||
|
ring-buffer 0 |
||
|
ring-buffer 1 |
||
|
ring-buffer 2 |
||
|
ring-buffer 3 |
||
|
ring-buffer 4 |
||
|
ring-buffer 5 |
||
|
ring-buffer 6 |
||
|
ring-buffer 7 |
||
|
use first attack, instead of second one |
||
|
do capture |
||
|
stop capture |
||
|
capture starting |
||
|
do non-blocking calls |
||
|
the soundcard was initialized |
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” gdouble
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: [1,44100]
Default value: 940
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” gdouble
tact
Owner: AgsCoreAudioDevin
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 3.0.0
“device” property“device” gchar *
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
“samplerate” property“samplerate” guint
The samplerate
Owner: AgsCoreAudioDevin
Flags: Read / Write
Allowed values: [8000,96000]
Default value: 44100
Since: 3.0.0