Top |
AgsApplicationContext * | application-context | Read / Write |
gpointer | application-mutex | Read / Write |
gpointer | attack | Read |
gdouble | bpm | Read / Write |
gpointer | buffer | Read |
guint | buffer-size | Read / Write |
gdouble | delay-factor | Read / Write |
gchar * | device | Read / Write |
guint | dsp-channels | Read / Write |
guint | format | Read / Write |
AgsJackPort * | jack-port | Read / Write |
guint | pcm-channels | Read / Write |
guint | samplerate | Read / Write |
void
ags_jack_devout_adjust_delay_and_attack
(AgsJackDevout *jack_devout
);
Calculate delay and attack and reset it.
Since: 0.7.0
void
ags_jack_devout_realloc_buffer (AgsJackDevout *jack_devout
);
Reallocate the internal audio buffer.
Since: 0.7.0
AgsJackDevout *
ags_jack_devout_new (GObject *application_context
);
Creates an AgsJackDevout, refering to application_context
.
Since: 0.3
“application-context”
property“application-context” AgsApplicationContext *
The application context object.
Flags: Read / Write
Since: 0.7.0
“application-mutex”
property“application-mutex” gpointer
The application mutex object.
Flags: Read / Write
Since: 0.7.0
“bpm”
property“bpm” gdouble
Beats per minute to use.
Flags: Read / Write
Allowed values: [1,240]
Default value: 120
Since: 0.7.0
“buffer-size”
property“buffer-size” guint
The count of frames a buffer contains.
Flags: Read / Write
Allowed values: [1,44100]
Default value: 940
Since: 0.7.0
“delay-factor”
property“delay-factor” gdouble
The delay factor.
Flags: Read / Write
Allowed values: [0,16]
Default value: 1
Since: 0.7.0
“device”
property“device” gchar *
The device to perform output to.
Flags: Read / Write
Default value: "hw:0"
Since: 0.7.0
“dsp-channels”
property“dsp-channels” guint
The count of DSP channels to use.
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 0.7.0
“format”
property“format” guint
The precision to use for a frame.
Flags: Read / Write
Allowed values: [1,64]
Default value: 16
Since: 0.7.0
“jack-port”
property“jack-port” AgsJackPort *
The jack port object.
Flags: Read / Write
Since: 0.7.3
“pcm-channels”
property“pcm-channels” guint
The count of PCM channels to use.
Flags: Read / Write
Allowed values: [1,64]
Default value: 2
Since: 0.7.0
“samplerate”
property“samplerate” guint
The frames count played during a second.
Flags: Read / Write
Allowed values: [8000,96000]
Default value: 44100
Since: 0.7.0