---
title: "Adding Audio with howler.js"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Adding Audio with howler.js}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://app.codecov.io/gh/ashbaldry/howler?branch=main)
[](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 `