Advertisement
Guest User

.pcm.txth

a guest
Nov 1st, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Duel Masters: Birth of Super Dragon (PS2)
  2.  
  3. id_value = 0x50434D20 # "PCM "
  4. id_offset = @0x00:BE
  5.  
  6. codec = PSX
  7. interleave = 0x800
  8.  
  9. start_offset = 0x800
  10.  
  11. #0x04: version?
  12. #0x08: data size
  13. sample_rate = @0x0c
  14. channels = @0x10
  15.  
  16. loop_flag = @0x14
  17.  
  18. sample_type = blocks
  19. num_samples = @0x18
  20.  
  21. #not ok?
  22. sample_type = bytes
  23. channels = 1
  24. loop_adjust = @0x1c
  25. channels = @0x10
  26.  
  27. sample_type = blocks
  28. loop_start_sample = @0x20
  29.  
  30. #unneeded?
  31. #sample_type = bytes
  32. #channels = 1
  33. #loop_adjust = @0x24
  34. #channels = @0x10
  35.  
  36. sample_type = blocks
  37. loop_end_sample = @0x28
  38.  
  39. #0x2c/30/40: fixed/garbage?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement