11 std::vector<std::vector<int32_t>>
samples;
12 WavFrame(uint8_t bitsPerSample, std::vector<std::vector<int32_t>> samples)
13 : bitsPerSample(bitsPerSample)
Definition: audio_packet.hpp:4
std::vector< std::vector< int32_t > > samples
Definition: wav_frame.hpp:11
uint8_t bitsPerSample
Definition: wav_frame.hpp:10
Definition: wav_frame.hpp:8
WavFrame(uint8_t bitsPerSample, std::vector< std::vector< int32_t >> samples)
Definition: wav_frame.hpp:12