Top |
#define | AGS_FIFOOUT_GET_OBJ_MUTEX() |
GQuark | ags_fifoout_error_quark () |
gboolean | ags_fifoout_test_flags () |
void | ags_fifoout_set_flags () |
void | ags_fifoout_unset_flags () |
void | ags_fifoout_switch_buffer_flag () |
void | ags_fifoout_adjust_delay_and_attack () |
void | ags_fifoout_realloc_buffer () |
AgsFifoout * | ags_fifoout_new () |
gpointer | attack | Read |
double | bpm | Read / Write |
gpointer | buffer | Read |
guint | buffer-size | 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_FIFOOUT_DEFAULT_DEVICE |
#define | AGS_FIFOOUT_DEFAULT_APP_BUFFER_SIZE |
#define | AGS_FIFOOUT_DEFAULT_RING_BUFFER_SIZE |
enum | AgsFifooutFlags |
enum | AgsFifooutAppBufferMode |
#define | AGS_FIFOOUT_ERROR |
enum | AgsFifooutError |
#define AGS_FIFOOUT_GET_OBJ_MUTEX(obj) (&(((AgsFifoout *) obj)->obj_mutex))
gboolean ags_fifoout_test_flags (AgsFifoout *fifoout
,AgsFifooutFlags flags
);
Test flags
to be set on fifoout
.
Since: 3.0.0
void ags_fifoout_set_flags (AgsFifoout *fifoout
,AgsFifooutFlags flags
);
Enable a feature of fifoout
.
Since: 3.0.0
void ags_fifoout_unset_flags (AgsFifoout *fifoout
,AgsFifooutFlags flags
);
Disable a feature of fifoout
.
Since: 3.0.0
void
ags_fifoout_switch_buffer_flag (AgsFifoout *fifoout
);
The buffer flag indicates the currently played buffer.
Since: 3.0.0
void
ags_fifoout_adjust_delay_and_attack (AgsFifoout *fifoout
);
Calculate delay and attack and reset it.
Since: 3.0.0
void
ags_fifoout_realloc_buffer (AgsFifoout *fifoout
);
Reallocate the internal audio buffer.
Since: 3.0.0
AgsFifoout * ags_fifoout_new ();
Creates a new instance of AgsFifoout.
Since: 3.0.0
Enum values to control the behavior or indicate internal state of AgsFifoout by enable/disable as flags.
Enum values to indicate internal state of AgsFifoout application buffer by setting mode.
“attack”
property “attack” gpointer
Attack of the buffer
Owner: AgsFifoout
Flags: Read
Since: 3.0.0
“bpm”
property “bpm” double
Beats per minute
Owner: AgsFifoout
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 3.0.0
“buffer-size”
property “buffer-size” guint
The buffer size
Owner: AgsFifoout
Flags: Read / Write
Allowed values: [16,16384]
Default value: 1024
Since: 3.0.0
“delay-factor”
property “delay-factor” double
tact
Owner: AgsFifoout
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 3.0.0
“device”
property “device” char *
The fifo soundcard indentifier
Owner: AgsFifoout
Flags: Read / Write
Default value: "/dev/null"
Since: 3.0.0
“dsp-channels”
property “dsp-channels” guint
The dsp channel count
Owner: AgsFifoout
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.0.0
“format”
property “format” guint
The precision of the buffer
Owner: AgsFifoout
Flags: Read / Write
Default value: 16
Since: 3.0.0
“pcm-channels”
property “pcm-channels” guint
The pcm channel count
Owner: AgsFifoout
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.0.0