TOP File Format WAV MP3

format

namebytesex
ID4"RIFF"
file size -84
type4"WAVE" "AVI "
data-<chunk>+

typedef struct RIFF_tag{
    unsigned char tag[4]; // "RIFF"
    unsigned int size;    // filesize - 8
    unsigned char type[4]; // ex "WAVE"
} RIFF:

chunk

namebytesex
ID4'fmt ' 'data' 'LIST' ...
size4
data-

site

管理人/副管理人のみ編集できます