Top |
#define | AGS_OSS_DEVIN_GET_OBJ_MUTEX() |
GQuark | ags_oss_devin_error_quark () |
gboolean | ags_oss_devin_test_flags () |
void | ags_oss_devin_set_flags () |
void | ags_oss_devin_unset_flags () |
void | ags_oss_devin_switch_buffer_flag () |
void | ags_oss_devin_adjust_delay_and_attack () |
void | ags_oss_devin_realloc_buffer () |
AgsOssDevin * | ags_oss_devin_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_OSS_DEVIN_DEFAULT_OSS_DEVICE |
#define | AGS_OSS_DEVIN_DEFAULT_OSS_MIXER_DEVICE |
#define | AGS_OSS_DEVIN_DEFAULT_APP_BUFFER_SIZE |
#define | AGS_OSS_DEVIN_DEFAULT_BACKEND_BUFFER_SIZE |
enum | AgsOssDevinFlags |
enum | AgsOssDevinAppBufferMode |
enum | AgsOssDevinBackendBufferMode |
#define | AGS_OSS_DEVIN_ERROR |
enum | AgsOssDevinError |
#define AGS_OSS_DEVIN_GET_OBJ_MUTEX(obj) (&(((AgsOssDevin *) obj)->obj_mutex))
gboolean ags_oss_devin_test_flags (AgsOssDevin *oss_devin
,AgsOssDevinFlags flags
);
Test flags
to be set on oss_devin
.
Since: 3.13.2
void ags_oss_devin_set_flags (AgsOssDevin *oss_devin
,AgsOssDevinFlags flags
);
Enable a feature of oss_devin
.
Since: 3.13.2
void ags_oss_devin_unset_flags (AgsOssDevin *oss_devin
,AgsOssDevinFlags flags
);
Disable a feature of oss_devin
.
Since: 3.13.2
void
ags_oss_devin_switch_buffer_flag (AgsOssDevin *oss_devin
);
The buffer flag indicates the currently recorded buffer.
Since: 3.13.2
void
ags_oss_devin_adjust_delay_and_attack (AgsOssDevin *oss_devin
);
Calculate delay and attack and reset it.
Since: 3.13.2
void
ags_oss_devin_realloc_buffer (AgsOssDevin *oss_devin
);
Reallocate the internal audio buffer.
Since: 3.13.2
AgsOssDevin * ags_oss_devin_new ();
Creates a new instance of AgsOssDevin.
Since: 3.13.2
Enum values to control the behavior or indicate internal state of AgsOssDevin by enable/disable as flags.
Enum values to indicate internal state of AgsOssDevin application buffer by setting mode.
Enum values to indicate internal state of AgsOssDevin backend buffer by setting mode.
“attack”
property “attack” gpointer
Attack of the buffer
Owner: AgsOssDevin
Flags: Read
Since: 3.13.2
“bpm”
property “bpm” double
Beats per minute
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 3.13.2
“buffer-size”
property “buffer-size” guint
The buffer size
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [16,16384]
Default value: 1024
Since: 3.13.2
“delay-factor”
property “delay-factor” double
tact
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 3.13.2
“device”
property “device” char *
The soundcard indentifier
Owner: AgsOssDevin
Flags: Read / Write
Default value: "/dev/dsp"
Since: 3.13.2
“dsp-channels”
property “dsp-channels” guint
The dsp channel count
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.13.2
“format”
property “format” guint
The precision of the buffer
Owner: AgsOssDevin
Flags: Read / Write
Default value: 16
Since: 3.13.2
“pcm-channels”
property “pcm-channels” guint
The pcm channel count
Owner: AgsOssDevin
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 3.13.2