Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. if (counter==48000)
  2.         counter = 0;
  3.     sample =( sin( 3.14 * counter * 0.01)*sample) + (cos( 3.14 * counter * 0.01)*sample);
  4.     counter++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement