Deluge Firmware 1.3.0
Build date: 2025.07.09
Loading...
Searching...
No Matches
StereoSample Struct Reference

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 StereoSampleoperator+= (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

The documentation for this struct was generated from the following file: