|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/BaseStream.h"#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <math.h>#include <string.h>Go to the source code of this file.
Classes | |
| class | HammingFEC< bytecount, block_t > |
| Hamming forware error correction. Inspired by https://github.com/nasserkessas/hamming-codes. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |