This Quarto extension allows you to add a Howler music player to your Quarto projects (based on the howler.js JavaScript library).
quarto add melissavanbussel/quarto-howler
This will install the extension under the _extensions
subdirectory.
If you're using version control, you will want to check in this directory.
After installing the extension in your project, use it via:
---
title: "My Document"
format: html
filters:
- quarto-howler
---
Here is the source code for a minimal example: example.qmd.