reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
lf_wav_riff_t Struct Reference

Data Fields

char chunk_id [4]
 
uint32_t chunk_size
 
char format [4]
 

Detailed Description

The top-level 'chunk' of a .wav file is a 'RIFF' chunk, identified by an ID that is an int formed by the sequence of four chars 'RIFF'.

Field Documentation

◆ chunk_id

char lf_wav_riff_t::chunk_id[4]

◆ chunk_size

uint32_t lf_wav_riff_t::chunk_size

◆ format

char lf_wav_riff_t::format[4]

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