1 2 3 4 5 6 7 | install.packages ( "audio" ) library (audio) christmas_file <- tempfile () download.file ( "https://sites.google.com/site/pocketecoworld/merrychristmas1.wav" , christmas_file, mode = "wb" ) xmas <- load.wave (christmas_file) play (xmas) |