RADLib
RADical C++ application framework
RADDsp::StereoFrame Struct Reference

One stereo audio frame used by stateful real-time effects. More...

#include <RADDsp.h>

Public Attributes

float left = 0.0f
 Left channel sample. More...
 
float right = 0.0f
 Right channel sample. More...
 

Detailed Description

One stereo audio frame used by stateful real-time effects.

Member Data Documentation

◆ left

float RADDsp::StereoFrame::left = 0.0f

Left channel sample.

◆ right

float RADDsp::StereoFrame::right = 0.0f

Right channel sample.


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