Portaudio correction

This commit is contained in:
Phil Schatzmann 2021-07-24 14:34:41 +02:00
parent 9da2f23298
commit 2c5175645b

View File

@ -5,9 +5,12 @@
*/
#if defined(__linux__) || defined(_WIN32) || defined(__APPLE__)
#include "AudioTools.h"
#include "portaudio.h"
namespace audio_tools {
/**
* @brief PortAudio information
*
@ -136,6 +139,8 @@ class PortAudioStream : BufferedStream {
};
} // namespace
#endif