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 38c1c3e commit 4a795e6Copy full SHA for 4a795e6
src/AudioLibs/AudioMP34DT05.h
@@ -2,6 +2,8 @@
2
#include "AudioTools/AudioStreams.h"
3
#include "PDM.h"
4
5
+namespace audio_tools {
6
+
7
/**
8
* @brief Config for MP34DT05 Microphone. Supported sample rates 16000, 41667,
9
* Supported bits_per_sample only 16
@@ -106,4 +108,6 @@ class AudioMP34DT05 : public AudioStreamX {
106
108
}
107
109
110
static void onReceiveStatic() { selfAudioMP34DT05->onReceive(); }
-};
111
+};
112
113
+} // namespace
0 commit comments