Skip to content

daisy::WAV_FormatTypeDef

More...

#include <wav_format.h>

Public Attributes

Name
uint32_t ChunkId
uint32_t FileSize
uint32_t FileFormat
uint32_t SubChunk1ID
uint32_t SubChunk1Size
uint16_t AudioFormat
uint16_t NbrChannels
uint32_t SampleRate
uint32_t ByteRate
uint16_t BlockAlign
uint16_t BitPerSample
uint32_t SubChunk2ID
uint32_t SubCHunk2Size

Detailed Description

struct daisy::WAV_FormatTypeDef;

Helper struct for handling the WAV file format

Public Attributes Documentation

variable ChunkId

uint32_t ChunkId;

&

variable FileSize

uint32_t FileSize;

&

variable FileFormat

uint32_t FileFormat;

&

variable SubChunk1ID

uint32_t SubChunk1ID;

&

variable SubChunk1Size

uint32_t SubChunk1Size;

&

variable AudioFormat

uint16_t AudioFormat;

&

variable NbrChannels

uint16_t NbrChannels;

&

variable SampleRate

uint32_t SampleRate;

&

variable ByteRate

uint32_t ByteRate;

&

variable BlockAlign

uint16_t BlockAlign;

&

variable BitPerSample

uint16_t BitPerSample;

&

variable SubChunk2ID

uint32_t SubChunk2ID;

&

variable SubCHunk2Size

uint32_t SubCHunk2Size;

&


Updated on 2024-01-03 at 19:41:01 +0000