Audio samples encoded as floats. More...
#include <itpp/srccode/audiosample.h>
Public Types | |
typedef float | enc_sample_type |
Static Public Member Functions | |
static enc_sample_type | encode (const double &s) |
static double | decode (const enc_sample_type &s) |
Static Public Attributes | |
static const std::size_t | enc_sample_size = sizeof(enc_sample_type) |
Audio samples encoded as floats.
Samples are NOT saturated to +/- 1.0 during conversion to this format. Encoded values are limited to [INT_MIN,INT_MAX] to avoid overflow on conversion.
Definition at line 254 of file audiosample.h.
float itpp::Audio_Sample< enc_float >::enc_sample_type |
Definition at line 257 of file audiosample.h.
|
inlinestatic |
Definition at line 259 of file audiosample.h.
|
inlinestatic |
Definition at line 263 of file audiosample.h.
|
static |
Definition at line 258 of file audiosample.h.
Generated on Tue Aug 17 2021 10:59:15 for IT++ by Doxygen 1.12.0