30 lines
490 B
Text
30 lines
490 B
Text
#
|
|
# AFL dictionary for WAV
|
|
# -----------------------------
|
|
#
|
|
# Created by AFLSmart's authors
|
|
#
|
|
#
|
|
|
|
header_RIFF="RIFF"
|
|
header_WAVE="WAVE"
|
|
header_RIFF64="RF64"
|
|
header_WAVPACK="wvpk"
|
|
header_TAG1="APETAGEX"
|
|
header_TAG2="TAG"
|
|
header_TAG3="TAG+"
|
|
|
|
chunk_FMT="fmt "
|
|
chunk_DATA="data"
|
|
chunk_FACT="fact"
|
|
chunk_SINT="sInt"
|
|
chunk_WAVL="wavl"
|
|
chunk_CUE="cue "
|
|
chunk_PLST="plst"
|
|
chunk_LABL="labl"
|
|
chunk_NOTE="note"
|
|
chunk_LTXE="ltxt"
|
|
chunk_LIST="list"
|
|
chunk_ADTL="adtl"
|
|
chunk_SMPL="smpl"
|
|
chunk_INST="inst"
|