Advertisement
Guest User

.wip.txth

a guest
Jul 15th, 2017
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ###############################################################################
  2. # Colin McRae DiRT (PC) - .WIP
  3. # by bnnm
  4. ###############################################################################
  5.  
  6. # headerless, but they all seem to start like this
  7. id_value = 0x00000000
  8. id_offset = @0x00
  9.  
  10. codec = PCM16LE
  11.  
  12. channels = 2 # 1? for loc_*, 2? for rp_*
  13. sample_rate = 32000 # 11025 for loc_*, 32000 for rp_*
  14.  
  15. start_offset = 0x04
  16.  
  17. num_samples = data_size
  18. # seems ok lor rp_* files
  19. loop_start_sample = 0
  20. loop_end_sample = data_size
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement