Fork me on GitHub
Data Fields
wav_header Struct Reference

Data Fields

char riff [4]
 
uint32_t len
 
char wave [4]
 
char fmt [4]
 
uint32_t formatsize
 
uint16_t format
 
uint16_t channels
 
uint32_t samplerate
 
uint32_t avgbyterate
 
uint16_t samplebytes
 
uint16_t channelbits
 
char data [4]
 
uint32_t blocksize
 

Field Documentation

uint32_t wav_header::avgbyterate
uint32_t wav_header::blocksize
uint16_t wav_header::channelbits
uint16_t wav_header::channels
char wav_header::data[4]
char wav_header::fmt[4]
uint16_t wav_header::format
uint32_t wav_header::formatsize
uint32_t wav_header::len
char wav_header::riff[4]
uint16_t wav_header::samplebytes
uint32_t wav_header::samplerate
char wav_header::wave[4]

The documentation for this struct was generated from the following file: