Skip to content

Commit 96ac26b

Browse files
committed
Add more chunk types based on other projects
1 parent 520b67b commit 96ac26b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Fmod5Sharp/FmodTypes/FmodSampleChunkType.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ internal enum FmodSampleChunkType : uint
55
CHANNELS = 1,
66
FREQUENCY = 2,
77
LOOP = 3,
8+
COMMENT = 4,
89
XMASEEK = 6,
910
DSPCOEFF = 7,
11+
ATRAC9CFG = 9,
1012
XWMADATA = 10,
1113
VORBISDATA = 11,
14+
PEAKVOLUME = 13,
15+
VORBISINTRALAYERS = 14,
16+
OPUSDATALEN = 15,
1217
}
1318
}

0 commit comments

Comments
 (0)