|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Stereo pan gains (float) More...
#include <stereo.hpp>
Public Attributes | |
| float | left |
| float | right |
Stereo pan gains (float)
Gains are 0.0–1.0 where 0 = silence and 1.0 = unity. Computed via constant-power pan law: L^2 + R^2 = 1.
Definition at line 33 of file stereo.hpp.
| float sbl::dsp::stereo::PanGain::left |
Definition at line 34 of file stereo.hpp.
Referenced by sbl::dsp::stereo::pan_mix().
| float sbl::dsp::stereo::PanGain::right |
Definition at line 35 of file stereo.hpp.
Referenced by sbl::dsp::stereo::pan_mix().