Advertisement
Guest User

.wv2.txth

a guest
Jul 15th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ###############################################################################
  2. # Slave Zero (PC) - .wv2
  3. # by bnnm
  4. ###############################################################################
  5.  
  6. id_value = 0x57415632 # "WAV2"
  7. id_offset = @0x00:BE
  8.  
  9. codec = DVI_IMA
  10. interleave = 0xFA
  11.  
  12. channels = @0x0c$1
  13. sample_rate = @0x10
  14.  
  15. start_offset = 0x1c
  16.  
  17. num_samples = @0x18 #also data_size
  18. # some songs seem to repeat but no apparent flag
  19. #loop_start_sample = 0
  20. #loop_end_sample = @0x18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement