Class

AgsAudioWasapiDevout

[]

Description

class AgsAudio.WasapiDevout : GObject.Object
  implements Ags.Connectable, Ags.Soundcard {
  flags: AgsWasapiDevoutFlags,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  dsp_channels: guint,
  pcm_channels: guint,
  format: AgsSoundcardFormat,
  buffer_size: guint,
  samplerate: guint,
  wasapi_buffer_size: guint,
  app_buffer_mode: AgsWasapiDevoutAppBufferMode,
  app_buffer_mutex: GRecMutex**,
  sub_block_count: guint,
  sub_block_mutex: GRecMutex**,
  app_buffer: void**,
  use_cache: gboolean,
  cache_buffer_size: guint,
  current_cache: guint,
  completed_cache: guint,
  cache_offset: guint,
  cache: void**,
  bpm: double,
  delay_factor: gdouble,
  delay: gdouble*,
  attack: guint*,
  tact_counter: gdouble,
  delay_counter: gdouble,
  tic_counter: guint,
  start_note_offset: guint,
  note_offset: guint,
  note_offset_absolute: guint,
  loop_left: guint,
  loop_right: guint,
  do_loop: gboolean,
  loop_offset: guint,
  device: gchar*,
  mm_device: gpointer,
  audio_client: gpointer,
  callback_mutex: GMutex,
  callback_cond: GCond,
  callback_finish_mutex: GMutex,
  callback_finish_cond: GCond,
  note_256th_delay: gdouble,
  note_256th_attack: GList*,
  note_256th_offset: guint,
  note_256th_offset_last: guint,
  note_256th_attack_of_16th_pulse: guint,
  note_256th_attack_of_16th_pulse_position: guint,
  note_256th_delay_counter: gdouble
}

No description available.

[]

Ancestors

[]

Constructors

ags_wasapi_devout_new

Creates a new instance of AgsWasapiDevout.

since: 3.0.0

[]

Functions

ags_wasapi_devout_error_quark
No description available.

[]

Instance methods

ags_wasapi_devout_adjust_delay_and_attack

Calculate delay and attack and reset it.

since: 3.0.0

ags_wasapi_devout_realloc_buffer

Reallocate the internal audio buffer.

since: 3.0.0

ags_wasapi_devout_set_flags

Enable a feature of wasapi_devout.

since: 3.0.0

ags_wasapi_devout_switch_buffer_flag

The buffer flag indicates the currently played buffer.

since: 3.0.0

ags_wasapi_devout_test_flags

Test flags to be set on wasapi_devout.

since: 3.0.0

ags_wasapi_devout_unset_flags

Disable a feature of wasapi_devout.

since: 3.0.0

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

Properties

AgsAudio.WasapiDevout:attack

Attack of the buffer.

since: 3.0.0

AgsAudio.WasapiDevout:bpm

Beats per minute.

since: 3.0.0

AgsAudio.WasapiDevout:buffer

The buffer.

since: 3.0.0

AgsAudio.WasapiDevout:buffer-size

The buffer size.

since: 3.0.0

AgsAudio.WasapiDevout:device

The core audio soundcard indentifier.

since: 3.0.0

AgsAudio.WasapiDevout:dsp-channels

The dsp channel count.

since: 3.0.0

AgsAudio.WasapiDevout:format

The precision of the buffer.

since: 3.0.0

AgsAudio.WasapiDevout:pcm-channels

The pcm channel count.

since: 3.0.0

AgsAudio.WasapiDevout:samplerate

The samplerate.

since: 3.0.0

[]

Signals

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

Class structure