#include <AudioData.hpp>
◆ Data()
Sound::Data::Data |
( |
const std::string & |
file_name | ) |
|
◆ ~Data()
◆ audio_format
uint16_t Sound::Data::audio_format = 0 |
◆ bits_per_sample
uint16_t Sound::Data::bits_per_sample = 0 |
◆ block_align
uint16_t Sound::Data::block_align = 0 |
◆ byte_rate
uint32_t Sound::Data::byte_rate = 0 |
◆ num_channels
uint16_t Sound::Data::num_channels = 0 |
◆ num_samples
uint32_t Sound::Data::num_samples = 0 |
◆ sample_rate
uint32_t Sound::Data::sample_rate = 0 |
◆ samples
std::vector<std::vector<float> > Sound::Data::samples |
The documentation for this class was generated from the following files: