# Bubble - Simple HTML Audio Player

### Overview

This is a simple HTML Audio Player which makes use of the audio tag in HTML 5. You can specify various parameters of the audio player such as autoplay, default muted, playback speed and a visible download button. The Audio Player supports mp3, wav and ogg formats on Chrome,Firefox and Opera and only mp3 and wav on Safari. This plugin can be used to quickly set up a simple audio player to play audio files on your site. You can also add multiple audio players to one page.

For a demo please visit:<https://simplehtmlaudioplayer.bubbleapps.io/>

### Instructions

Simply drag the Audio Element to your page and position it according to your needs. Upload a static file or enter a dynamic audio link (mp3,wav or ogg) and specify all other parameters of the audio player within the element inspector.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://anticode.gitbook.io/templates/plugins/bubble-simple-html-audio-player.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
