|
arduino-audio-tools
|
#include <FloatAudio.h>
Public Member Functions | |
| FloatAudio (float in) | |
| operator float () | |
| operator int16_t () | |
| operator int24_3bytes_t () | |
| operator int24_4bytes_t () | |
| operator int32_t () | |
| operator int8_t () | |
Protected Attributes | |
| float | value = 0.0f |
A simple float number (in the range of -1.0 to 1.0) that supports the conversion to it's corresponding scaled int values.