![]() |
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 gain adjustment, clipping, and filtering.
For the MAX9814 microphone.
22/12/2024 22/12/2024 Coela Can't! Coela Can't
Definition in file MicrophoneSimple_MAX9814.h.