Class

AgsAudioFifoout

[]

Description

class AgsAudio.Fifoout : GObject.Object
  implements Ags.Connectable, Ags.Soundcard {
  flags: AgsFifooutFlags,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  dsp_channels: guint,
  pcm_channels: guint,
  format: AgsSoundcardFormat,
  buffer_size: guint,
  samplerate: guint,
  app_buffer_mode: AgsFifooutAppBufferMode,
  app_buffer_mutex: GRecMutex**,
  sub_block_count: guint,
  sub_block_mutex: GRecMutex**,
  app_buffer: void**,
  available: volatile gboolean,
  ring_buffer_size: guint,
  nth_ring_buffer: guint,
  ring_buffer: unsigned char**,
  bpm: double,
  delay_factor: gdouble,
  delay: gdouble*,
  attack: guint*,
  tact_counter: gdouble,
  delay_counter: gdouble,
  tic_counter: guint,
  note_offset: guint,
  note_offset_absolute: guint,
  loop_left: guint,
  loop_right: guint,
  do_loop: gboolean,
  loop_offset: guint,
  device: gchar*,
  fifo_fd: int
}

No description available.

[]

Ancestors

[]

Constructors

ags_fifoout_new

Creates a new instance of AgsFifoout.

since: 3.0.0

[]

Functions

ags_fifoout_error_quark
No description available.

[]

Instance methods

ags_fifoout_adjust_delay_and_attack

Calculate delay and attack and reset it.

since: 3.0.0

ags_fifoout_realloc_buffer

Reallocate the internal audio buffer.

since: 3.0.0

ags_fifoout_set_flags

Enable a feature of fifoout.

since: 3.0.0

ags_fifoout_switch_buffer_flag

The buffer flag indicates the currently played buffer.

since: 3.0.0

ags_fifoout_test_flags

Test flags to be set on fifoout.

since: 3.0.0

ags_fifoout_unset_flags

Disable a feature of fifoout.

since: 3.0.0

Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
Methods inherited from AgsSoundcard (50)
[]

Properties

AgsAudio.Fifoout:attack

Attack of the buffer.

since: 3.0.0

AgsAudio.Fifoout:bpm

Beats per minute.

since: 3.0.0

AgsAudio.Fifoout:buffer

The buffer.

since: 3.0.0

AgsAudio.Fifoout:buffer-size

The buffer size.

since: 3.0.0

AgsAudio.Fifoout:delay-factor

Tact.

since: 3.0.0

AgsAudio.Fifoout:device

The fifo soundcard indentifier.

since: 3.0.0

AgsAudio.Fifoout:dsp-channels

The dsp channel count.

since: 3.0.0

AgsAudio.Fifoout:format

The precision of the buffer.

since: 3.0.0

AgsAudio.Fifoout:pcm-channels

The pcm channel count.

since: 3.0.0

AgsAudio.Fifoout:samplerate

The samplerate.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)
Signals inherited from AgsSoundcard (3)

Class structure