HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
TTauri
Audio
globals.hpp
1
// Copyright 2019 Pokitec
2
// All rights reserved.
3
4
#pragma once
5
6
#include "TTauri/Foundation/required.hpp"
7
#include <cstdint>
8
#include <string>
9
#include <mutex>
10
#include <atomic>
11
12
namespace
tt {
13
14
class
AudioSystemDelegate;
15
class
AudioSystem;
16
17
inline
AudioSystemDelegate *audioDelegate =
nullptr
;
18
19
inline
AudioSystem *audioSystem =
nullptr
;
20
21
24
void
audio_startup();
25
28
void
audio_shutdown();
29
30
}
Generated on Mon Apr 22 2024 12:53:56 for HikoGUI by
1.10.0