|
FuncDoodle
|
Represents raw PCM audio data. More...
#include <Audio.h>
Public Attributes | |
| std::vector< float > | samples |
| Interleaved PCM samples in float format. | |
| int | sampleRate |
| Sample rate in Hz. | |
| int | numChannels |
| Number of audio channels in the sample buffer. | |
| size_t | cur = 0 |
| Current playback frame offset. | |
| size_t | total = 0 |
| Total number of frames available. | |
Represents raw PCM audio data.
| size_t FuncDoodle::AudioData::cur = 0 |
Current playback frame offset.
| int FuncDoodle::AudioData::numChannels |
Number of audio channels in the sample buffer.
| int FuncDoodle::AudioData::sampleRate |
Sample rate in Hz.
| std::vector<float> FuncDoodle::AudioData::samples |
Interleaved PCM samples in float format.
| size_t FuncDoodle::AudioData::total = 0 |
Total number of frames available.