Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
engine_sdl.h
1
// SPDX-FileCopyrightText: © 2020 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4
#include "zrythm-config.h"
5
6
#ifdef HAVE_SDL
7
8
# ifndef __AUDIO_ENGINE_SDL_H__
9
# define __AUDIO_ENGINE_SDL_H__
10
11
typedef
struct
AudioEngine
AudioEngine
;
12
22
int
23
engine_sdl_setup (
AudioEngine
* self);
24
31
void
32
engine_sdl_get_device_names (
33
AudioEngine
* self,
34
int
input,
35
char
** names,
36
int
* num_names);
37
46
int
47
engine_sdl_test (GtkWindow * win);
48
49
void
50
engine_sdl_activate (
AudioEngine
* self,
bool
activate);
51
55
void
56
engine_sdl_tear_down (
AudioEngine
* engine);
57
62
# endif
63
#endif
// HAVE_SDL
AudioEngine
The audio engine.
Definition
engine.h:353
dsp
engine_sdl.h
Generated by
1.11.0