SoggyBottoms
Oct20-11, 10:49 PM
I just discovered that Mathematica can take sines and cosines and put them into sound. You can create the most alien sounds that way, it's fun to play around with. For example:
Play[Sum[Sin[500 Sqrt[n] t (1 + Cos[n^(0.5) t])], {n, 10}], {t, 0, 10}]
Anyone have another?
Play[Sum[Sin[500 Sqrt[n] t (1 + Cos[n^(0.5) t])], {n, 10}], {t, 0, 10}]
Anyone have another?