Advertisement
Guest User

music.txth

a guest
Nov 30th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # Tribes Aerial Assault (PS2)
  2.  
  3. codec = PSX
  4. interleave = 0x800
  5.  
  6. body_file = MUSIC.PKG
  7.  
  8. channels = 2
  9.  
  10. sample_type = bytes
  11.  
  12.  
  13. # subsong headers at approx 0x1c, entry size 0x48
  14. subsong_count = 6
  15. subsong_offset = 0x48
  16.  
  17. sample_rate = @0x56$2
  18.  
  19. value_add = 0x1000 #data start @0x18
  20. start_offset = @0x60
  21. value_add = 0
  22.  
  23. num_samples = @0x5c
  24. data_size = @0x5c #for bitrate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement