![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
A simple microphone processing class for analog input. More...
#include <Arduino.h>
#include "../../../Utils/Math/Mathematics.h"
#include "../../../Utils/Filter/RunningAverageFilter.h"
#include "../../../Utils/Filter/MinFilter.h"
Go to the source code of this file.
Classes | |
class | MicrophoneSimple |
A simple class for processing microphone signals. More... | |
A simple microphone processing class for analog input.
This file defines the MicrophoneSimple class, which provides basic functionality for reading and processing microphone signals, including filtering for noise reduction.
For the SPW2430 microphone
22/12/2024 22/12/2024 Coela Can't! Coela Can't
Definition in file MicrophoneSimple_SPW2430.h.