|
arduino-audio-tools
|
Public Member Functions | |
| constexpr | echo_float_t (int16_t mantissa=0, int16_t exponent=0) |
| echo_float_t | operator* (const echo_float_t &other) const |
| echo_word32_t | operator* (int16_t scalar) const |
| echo_word32_t | operator* (int32_t scalar) const |
Public Attributes | |
| int16_t | e |
| int16_t | m |
Friends | |
| echo_word32_t | operator* (int32_t scalar, const echo_float_t &f) |