--- title: "Adding Audio with howler.js" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Adding Audio with howler.js} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![Codecov test coverage](https://codecov.io/gh/ashbaldry/howler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ashbaldry/howler?branch=main) [![R-CMD-check](https://github.com/ashbaldry/howler/workflows/R-CMD-check/badge.svg)](https://github.com/ashbaldry/howler/actions) # {howler} - Interactive Audio Player `{howler}` is a package that utilises the [howler.js](https://github.com/goldfire/howler.js) library to play audio on the modern web. ## Installation This package is not yet available on CRAN. To install the latest version: ```r install.packages("devtools") devtools::install_github("ashbaldry/howler") ``` ## Usage The HTML way to include an audio file in any shiny application/web page is to use the `