rasmusab / beepr

The package that sounds as it is called.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suggestion

saramortara opened this issue · comments

The package is awesome! I just have a suggestion. I think that an incredible sound missing is the chorus of Take on Me (A-Ha). Due to fact that Take on Me is an anthem of a generation and specially important for ecologists in Brazil that use R in their daily routine and are very moved with the potential use of ping().

I guess that saramortara actually meant the piano solo of the intro and not the chorus of "Take on Me"... Am I right saramortara?

Sooo... where in Take on me would this potential ping sound reside? :)

http://www.youtube.com/watch?v=djV11Xbc914

Between 0:19 and 0:35 ;)

So, saramortara, just wondering, what platform are you on? Win/Linux/Mac?

So, well I think the sound is a bit long (I have to use a wav format) plus I don't know if there are copyright issues... However I will give you this function which with some luck should play the video on most Linux systems when called:

aha <- function() {
system('xdg-open "http://youtu.be/3PAwp_1wYz8?t=19s"')
}

aha()

it works! but plays the entire song, do you know how I can select a part of it? it should be with the 19s at the end of the line 2?

Updated the comment, check it out on
#2 . Should be working now.

On Thu, Jan 30, 2014 at 2:45 PM, saramortara notifications@github.comwrote:

it works! but plays the entire song, do you know how I can select a part
of it? it should be with the 19s at the end of the line 2?


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-33688516
.

/Rasmus