picobel icon indicating copy to clipboard operation
picobel copied to clipboard

A lightweight wrapper for HTML audio. Bring your own CSS.

Results 8 picobel issues
Sort by recently updated
recently updated
newest added

Including the CSS files like "player.default.css" can cause a HTTP header error by the X-Content-Type-Options directive. The [parameter Nosniff](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options) prevents CSS files from loading if the MIME type is not...

Hello. I am trying out this plugin. I have HTML like this: ``` ``` When I press play the console says: Uncaught (in promise) DOMException: The element has no supported...

Feature request: Would be cool to have an option for Playback Rate. Since it swaps the audio element, I can't figure out a way to add control for this. For...

enhancement

This is demonstrable from the Codepen theme demos. When a page using Picobel first loads on an iPhone (possibly also on Android?) the Picobel UI stays in the Loading state...

bug

Create themes that emulate the default browser styles. So if you want to see Chrome's default player on all other browsers, you can!

Test feasibility of adding a dBFS volume meter to the player. * Will this adversely affect performance (or file size)? * Would it be hard to maintain? * Would it...

enhancement

Find a way to display how much of the audio has buffered or is playable. (like youtube video player does)