Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. directShowSource("KnivProtoB2.AVI")
  2. a = directShowSource("Hum2.wav")
  3. audioDub(a)
  4.  
  5. b = directShowSource("sthswng2.WAV")
  6. trim(0,5-1) + trim(5,0).audioDub(b)
  7.  
  8. c = directShowSource("lasrhit3.WAV")
  9. trim(0,13-1) + trim(13,0).audioDub(c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement