mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
Doc
This commit is contained in:
parent
51301f18ad
commit
15b6f4dd11
21
doc/TXTH.md
21
doc/TXTH.md
@ -1100,3 +1100,24 @@ codec = XBOX
|
||||
num_samples = data_size
|
||||
#todo: there are dummy entries
|
||||
```
|
||||
|
||||
#### Machi-ing Maker 4 (X360) .xma.txth
|
||||
```
|
||||
codec = XMA2
|
||||
|
||||
#00: id (0x819A584D)
|
||||
#04: null
|
||||
#08: fmt header offset
|
||||
#0c: fmt size
|
||||
start_offset = @0x10:BE
|
||||
data_size = @0x14:BE
|
||||
|
||||
base_offset = @0x08:BE
|
||||
channels = @0x02:BE$2
|
||||
sample_rate = @0x04:BE
|
||||
|
||||
num_samples = @0x24:BE
|
||||
loop_end = @0x24:BE #0x2c?
|
||||
loop_start = @0x28:BE
|
||||
loop_flag = @0x2c:BE
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user