We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04b3263 + 3bf2959 commit 78ebf73Copy full SHA for 78ebf73
1 file changed
internal/MozziGuts_impl_ESP8266.hpp
@@ -48,7 +48,7 @@ uint16_t output_buffer_size = 0;
48
49
# if MOZZI_IS(MOZZI_AUDIO_MODE, MOZZI_OUTPUT_PDM_VIA_I2S)
50
} // namespace MozziPrivate
51
-# include <I2S.h>
+
52
namespace MozziPrivate {
53
inline bool canBufferAudioOutput() {
54
return (i2s_available() >= MOZZI_PDM_RESOLUTION);
@@ -60,7 +60,7 @@ inline void audioOutput(const AudioOutput f) {
60
}
61
# elif MOZZI_IS(MOZZI_AUDIO_MODE, MOZZI_OUTPUT_I2S_DAC)
62
63
64
65
66
0 commit comments