Advertisement
Matthen

CD23 secret on academic homepage

Dec 12th, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. (* the waveform generates the background of the page *)
  2.  
  3. data = ToExpression /@
  4. StringSplit[
  5. Import["http://mi.eng.cam.ac.uk/~mh521/js/data.js", "Text"],
  6. ","][[3 ;; -3]];
  7. Export["cd23.wav",
  8. ListPlay[data, SampleRate -> 1500]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement