arduino-audio-tools
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
f
g
i
m
p
r
s
t
u
v
w
Functions
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
i
l
m
n
p
r
s
t
u
v
w
x
y
Enumerations
Related Symbols
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Friends
Modules
Pages
Loading...
Searching...
No Matches
src
AudioTools.h
Go to the documentation of this file.
1
#pragma once
2
66
#include "AudioToolsConfig.h"
67
68
#if AUDIO_INCLUDE_CORE
69
70
#ifdef USE_CONCURRENCY
71
# include "AudioTools/AudioLibs/Concurrency.h"
72
#endif
73
74
#include "AudioTools/CoreAudio.h"
75
#include "AudioTools/AudioCodecs/AudioEncoded.h"
76
#include "AudioTools/AudioCodecs/AudioCodecs.h"
77
84
#if defined(ARDUINO) && !defined(IS_DESKTOP)
85
# include "AudioTools/CoreAudio/AudioEffects/Synthesizer.h"
86
#endif
87
88
#endif
// AUDIO_INCLUDE_CORE
89
Generated by
1.9.8