Advertisement
bnnm

.wip.txth

Jul 17th, 2017
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ###############################################################################
  2. # Colin McRae DiRT (PC) - .WIP
  3. # by bnnm (v2)
  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. interleave = 0x02
  12.  
  13. channels = 2 # 1? for loc_*, 2? for rp_*
  14. sample_rate = 32000 # 11025 for loc_*, 32000 for rp_*
  15.  
  16. start_offset = 0x04
  17.  
  18. num_samples = data_size
  19. # seems ok lor rp_* files
  20. loop_start_sample = 0
  21. loop_end_sample = data_size
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement