Structure representing an audio sample.
unsigned int numChannelsRecording
Number of recording channels.
bool initialised
Indicates if the sample is initialised.
unsigned int framesPerBuffer
Number of frames per buffer.
std::vector< float > sample
Vector containing the audio sample data.
unsigned int numChannelsPlayback
Number of playback channels.
float durationSeconds
Duration of the sample in seconds.
unsigned int sampleRate
Sample rate of the audio in Hz.