![]() |
Deluge Firmware 1.3.0
Build date: 2025.04.16
|
Public Member Functions | |
void | addMono (q31_t sampleValue) |
void | addPannedMono (q31_t sampleValue, int32_t amplitudeL, int32_t amplitudeR) |
void | addStereo (q31_t sampleValueL, q31_t sampleValueR) |
constexpr StereoSample | operator+ (const StereoSample &rhs) const |
constexpr StereoSample & | operator+= (const StereoSample &rhs) |
void | addPannedStereo (q31_t sampleValueL, q31_t sampleValueR, int32_t amplitudeL, int32_t amplitudeR) |
Static Public Member Functions | |
static constexpr StereoSample | fromMono (q31_t sampleValue) |
Public Attributes | |
q31_t | l = 0 |
q31_t | r = 0 |