An open API service indexing awesome lists of open source software.

https://github.com/wp-blocks/vinyl

Audio player block for WordPress.
https://github.com/wp-blocks/vinyl

Last synced: 5 months ago
JSON representation

Audio player block for WordPress.

Awesome Lists containing this project

README

          

# Vinyl Audio

## What is this?

A simple audio player block for WordPress Gutenberg.

## When should I use this?

This is currently a work in progress. You shouldn't use it yet on a production site. Though if you are interested in this, please try it out and submit feedback and/or a pull request.

The goal of this block is to create a customizable audio player that builds on the functionality of the `core/audio` block.

## Goals

- [x] Replicate the functionality of `core/audio`.
- [x] Provide transforms to and from `core/audio`.
- [x] Fully translatable
- [ ] Accessible UI
- [ ] Customizable UI
- [ ] Playlists

## Inspiration

- Gutenberg [`core/audio`](https://github.com/WordPress/gutenberg/tree/56df71497a18a5adfd11005aead4501a449531c7/packages/block-library/src/audio) block from `@wordpress/block-library`

## License

Vinyl Audio is free software, and is released under the terms of the GNU General Public License version 2. See [LICENSE.md](LICENSE.md) for complete license.