.onLoad <- function(libname, pkgname){
# setup default player on Linux (Ubuntu)
# to be improved (try other players if rhythmbox is not available)
os=Sys.info()['sysname']
if(os=='Linux') {tuneR::setWavPlayer('rhythmbox')}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.