![]() |
Deluge Firmware 1.3.0
Build date: 2026.02.10
|
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 |
| q31_t | r |