Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
sbl::dsp::stereo::PanGain Struct Reference

Stereo pan gains (float) More...

#include <stereo.hpp>

Collaboration diagram for sbl::dsp::stereo::PanGain:

Public Attributes

float left
 
float right
 

Detailed Description

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.

Member Data Documentation

◆ left

float sbl::dsp::stereo::PanGain::left

Definition at line 34 of file stereo.hpp.

Referenced by sbl::dsp::stereo::pan_mix().

◆ right

float sbl::dsp::stereo::PanGain::right

Definition at line 35 of file stereo.hpp.

Referenced by sbl::dsp::stereo::pan_mix().


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