|
arduino-audio-tools
|
#include "AudioStreams.h"Go to the source code of this file.
Classes | |
| class | QualityAnalysisStream |
| Analyzes audio stream quality by detecting clicks/pops, gaps/dropouts, and clipping/corruption. More... | |
| struct | QualityStats |
| Statistics collected by QualityAnalysisStream. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| using | QualityCallback = void(*)(QualityIssue issue, uint32_t count) |
| Callback for quality issue notifications. | |
Enumerations | |
| enum class | QualityIssue : uint8_t { Click , Dropout , Clipping } |
| Quality issues detected by QualityAnalysisStream. More... | |