|
arduino-audio-tools
|
#include <stdint.h>#include <string.h>#include <assert.h>Go to the source code of this file.
Classes | |
| struct | Poly |
Namespaces | |
| namespace | RS |
| AudioTools internal: Reed-Solomon. | |
Macros | |
| #define | poly_max(a, b) ((a > b) ? (a) : (b)) |
| #define poly_max | ( | a, | |
| b | |||
| ) | ((a > b) ? (a) : (b)) |