Zrythm
v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
engine_pa.h
1
// SPDX-FileCopyrightText: © 2019 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4
#include "zrythm-config.h"
5
6
#ifdef HAVE_PORT_AUDIO
7
8
# ifndef __AUDIO_ENGINE_PA_H__
9
# define __AUDIO_ENGINE_PA_H__
10
11
# include <portaudio.h>
12
13
class
AudioEngine
;
14
20
24
int
25
engine_pa_setup (
AudioEngine
* self);
26
27
void
28
engine_pa_fill_out_bufs (
AudioEngine
* self,
const
nframes_t
nframes);
29
38
int
39
engine_pa_test (GtkWindow * win);
40
44
void
45
engine_pa_tear_down (
AudioEngine
* engine);
46
50
51
# endif
52
#endif
// HAVE_PORT_AUDIO
AudioEngine
The audio engine.
Definition
engine.h:168
nframes_t
uint32_t nframes_t
Frame count.
Definition
types.h:62
src
gui
dsp
engine_pa.h
Generated by
1.13.2