#include <AudioSample.h>
|
| | StereoSample () |
| |
| void | addMono (int32_t sampleValue) |
| |
| void | addPannedMono (int32_t sampleValue, int32_t amplitudeL, int32_t amplitudeR) |
| |
| void | addStereo (int32_t sampleValueL, int32_t sampleValueR) |
| |
| void | addPannedStereo (int32_t sampleValueL, int32_t sampleValueR, int32_t amplitudeL, int32_t amplitudeR) |
| |
◆ StereoSample()
| StereoSample::StereoSample |
( |
| ) |
|
|
inline |
◆ addMono()
| void StereoSample::addMono |
( |
int32_t |
sampleValue | ) |
|
|
inline |
◆ addPannedMono()
| void StereoSample::addPannedMono |
( |
int32_t |
sampleValue, |
|
|
int32_t |
amplitudeL, |
|
|
int32_t |
amplitudeR |
|
) |
| |
|
inline |
◆ addPannedStereo()
| void StereoSample::addPannedStereo |
( |
int32_t |
sampleValueL, |
|
|
int32_t |
sampleValueR, |
|
|
int32_t |
amplitudeL, |
|
|
int32_t |
amplitudeR |
|
) |
| |
|
inline |
◆ addStereo()
| void StereoSample::addStereo |
( |
int32_t |
sampleValueL, |
|
|
int32_t |
sampleValueR |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: