This struct encapsulates one frame of mono audio output. 
Internally, it really just boils down to two int values, but the struct provides useful API an top of that. For more detail see MonoOutput . 
Definition at line 161 of file AudioOutput.h.
|  | 
| template<typename T > | 
| static StereoOutput | fromNBit (uint8_t bits, T l, T r) | 
|  | See MonoOutput::fromNBit(), stereo variant. 
 | 
|  | 
| static StereoOutput | from8Bit (int16_t l, int16_t r) | 
|  | See MonoOutput::from8Bit(), stereo variant. 
 | 
|  | 
| static StereoOutput | from16Bit (int16_t l, int16_t r) | 
|  | See MonoOutput::from16Bit(), stereo variant. 
 | 
|  | 
| template<int8_t NI, int8_t NF, uint64_t RANGE, int8_t _NI, int8_t _NF, uint64_t _RANGE> | 
| static StereoOutput | fromSFix (SFix< NI, NF, RANGE > l, SFix< _NI, _NF, _RANGE > r) | 
|  | See MonoOutput::fromSFix(), stereo variant.  More... 
 | 
|  | 
| template<typename A , typename B > | 
| static StereoOutput | fromAlmostNBit (A bits, B l, B r) | 
|  | See MonoOutput::fromAlmostNBit(), stereo variant. 
 | 
|  | 
template<int8_t NI, int8_t NF, uint64_t RANGE, int8_t _NI, int8_t _NF, uint64_t _RANGE> 
  
  | 
        
          | static StereoOutput StereoOutput::fromSFix | ( | SFix< NI, NF, RANGE > | l, |  
          |  |  | SFix< _NI, _NF, _RANGE > | r |  
          |  | ) |  |  |  | inlinestatic |