Skip to content

Commit 2c51756

Browse files
committed
Portaudio correction
1 parent 9da2f23 commit 2c51756

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AudioTools/PortAudioStream.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
*/
66

77
#if defined(__linux__) || defined(_WIN32) || defined(__APPLE__)
8+
89
#include "AudioTools.h"
910
#include "portaudio.h"
1011

12+
namespace audio_tools {
13+
1114
/**
1215
* @brief PortAudio information
1316
*
@@ -136,6 +139,8 @@ class PortAudioStream : BufferedStream {
136139

137140
};
138141

142+
} // namespace
143+
139144
#endif
140145

141146

0 commit comments

Comments
 (0)