Fork me on GitHub
Loading...
Searching...
No Matches
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

◆ avgbyterate

uint32_t wav_header::avgbyterate

◆ blocksize

uint32_t wav_header::blocksize

◆ channelbits

uint16_t wav_header::channelbits

◆ channels

uint16_t wav_header::channels

◆ data

char wav_header::data[4]

◆ fmt

char wav_header::fmt[4]

◆ format

uint16_t wav_header::format

◆ formatsize

uint32_t wav_header::formatsize

◆ len

uint32_t wav_header::len

◆ riff

char wav_header::riff[4]

◆ samplebytes

uint16_t wav_header::samplebytes

◆ samplerate

uint32_t wav_header::samplerate

◆ wave

char wav_header::wave[4]

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