AgsCaptureWaveAudio

AgsCaptureWaveAudio — capture audio wave

Functions

Properties

AgsPort * file-audio-channels Read / Write
AgsPort * file-buffer-size Read / Write
AgsPort * file-format Read / Write
AgsPort * file-samplerate Read / Write
AgsPort * filename Read / Write
AgsPort * playback Read / Write
AgsPort * record Read / Write
AgsPort * replace Read / Write
AgsPort * wave-loop Read / Write
AgsPort * wave-loop-end Read / Write
AgsPort * wave-loop-start Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsCaptureWaveAudio

Implemented Interfaces

AgsCaptureWaveAudio implements AgsConnectable.

Includes

#include <ags/audio/recall/ags_capture_wave_audio.h>

Description

The AgsCaptureWaveAudio class provides ports to the effect processor.

Functions

ags_capture_wave_audio_new ()

AgsCaptureWaveAudio *
ags_capture_wave_audio_new (AgsAudio *audio);

Create a new instance of AgsCaptureWaveAudio

Parameters

audio

the AgsAudio

 

Returns

the new AgsCaptureWaveAudio

Since: 3.0.0


AGS_CAPTURE_WAVE_AUDIO()

#define AGS_CAPTURE_WAVE_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CAPTURE_WAVE_AUDIO, AgsCaptureWaveAudio))

AGS_CAPTURE_WAVE_AUDIO_CLASS()

#define AGS_CAPTURE_WAVE_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CAPTURE_WAVE_AUDIO, AgsCaptureWaveAudio))

AGS_CAPTURE_WAVE_AUDIO_GET_CLASS()

#define AGS_CAPTURE_WAVE_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_CAPTURE_WAVE_AUDIO, AgsCaptureWaveAudioClass))

AGS_IS_CAPTURE_WAVE_AUDIO()

#define AGS_IS_CAPTURE_WAVE_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CAPTURE_WAVE_AUDIO))

AGS_IS_CAPTURE_WAVE_AUDIO_CLASS()

#define AGS_IS_CAPTURE_WAVE_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CAPTURE_WAVE_AUDIO))

ags_capture_wave_audio_get_type ()

GType
ags_capture_wave_audio_get_type ();

Types and Values

AGS_TYPE_CAPTURE_WAVE_AUDIO

#define AGS_TYPE_CAPTURE_WAVE_AUDIO                (ags_capture_wave_audio_get_type())

struct AgsCaptureWaveAudio

struct AgsCaptureWaveAudio;

struct AgsCaptureWaveAudioClass

struct AgsCaptureWaveAudioClass {
  AgsRecallAudioClass recall_audio;
};

Property Details

The “file-audio-channels” property

  “file-audio-channels”      AgsPort *

The file's audio channels port.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “file-buffer-size” property

  “file-buffer-size”         AgsPort *

The file's buffer size port.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “file-format” property

  “file-format”              AgsPort *

Format to use of file.

Owner: AgsCaptureWaveAudio

Flags: Read / Write


The “file-samplerate” property

  “file-samplerate”          AgsPort *

The file's samplerate port.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “filename” property

  “filename”                 AgsPort *

The filename port.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “playback” property

  “playback”                 AgsPort *

The playback port.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “record” property

  “record”                   AgsPort *

The record port.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “replace” property

  “replace”                  AgsPort *

The replace port.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “wave-loop” property

  “wave-loop”                AgsPort *

Count until loop-end and start at loop-start.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “wave-loop-end” property

  “wave-loop-end”            AgsPort *

The wave's loop-end.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0


The “wave-loop-start” property

  “wave-loop-start”          AgsPort *

The wave's loop-start.

Owner: AgsCaptureWaveAudio

Flags: Read / Write

Since: 3.0.0