We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da2f23 commit 2c51756Copy full SHA for 2c51756
src/AudioTools/PortAudioStream.h
@@ -5,9 +5,12 @@
5
*/
6
7
#if defined(__linux__) || defined(_WIN32) || defined(__APPLE__)
8
+
9
#include "AudioTools.h"
10
#include "portaudio.h"
11
12
+namespace audio_tools {
13
14
/**
15
* @brief PortAudio information
16
*
@@ -136,6 +139,8 @@ class PortAudioStream : BufferedStream {
136
139
137
140
};
138
141
142
+} // namespace
143
144
#endif
145
146
0 commit comments