AgsSoundcardThread

AgsSoundcardThread — soundcard thread

Functions

Properties

GObject * soundcard Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsThread
        ╰── AgsSoundcardThread

Implemented Interfaces

AgsSoundcardThread implements AgsConnectable.

Includes

#include <ags/audio/thread/ags_soundcard_thread.h>

Description

The AgsSoundcardThread acts as audio output thread to soundcard.

Functions

ags_soundcard_thread_new ()

AgsSoundcardThread *
ags_soundcard_thread_new (GObject *soundcard);

Create a new AgsSoundcardThread.

Parameters

soundcard

the AgsSoundcard

 

Returns

the new AgsSoundcardThread

Since: 0.4

Types and Values

AGS_SOUNDCARD_THREAD_DEFAULT_JIFFIE

#define AGS_SOUNDCARD_THREAD_DEFAULT_JIFFIE (ceil(AGS_SOUNDCARD_DEFAULT_SAMPLERATE / AGS_SOUNDCARD_DEFAULT_BUFFER_SIZE) + AGS_SOUNDCARD_DEFAULT_OVERCLOCK)

Property Details

The “soundcard” property

  “soundcard”                GObject *

The AgsSoundcard it is assigned to.

Flags: Write