Struct Result

Struct Documentation

struct Result

Decoded audio data and properties necessary to use it.

Public Members

std::vector<short> data

Audio data.

uint64_t sampleCount

Number of audio samples.

uint32_t sampleRate

Rate of samples per second.

uint8_t channelCount

Audio channel count.