4 Remixing the beep() function

Now that I had all the audio files in the right place with the right names, I just had to change the name of my main function and update some paths.

Like beepr, I wanted BRRR to also have a single function. Mine is called skrrrahh(), named for 2017’s most iconic Roadman, Big Shaq.

The bones of the function are the same. I started by cloning the beepr Github repo and fiddling around in the guts of the main function, beep(). Most of my changes were to internal file paths - including hard-coding links to to the new filenames we just generated. I mostly hacked at this using Sublime Text and heavy amounts of Copy-Paste. Really inquiring minds can see the changes in the commit log.