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.
- Host: GitHub
- URL: https://github.com/wp-blocks/vinyl
- Owner: wp-blocks
- License: other
- Created: 2024-02-25T16:08:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T05:20:30.000Z (almost 2 years ago)
- Last Synced: 2025-06-24T01:09:45.726Z (about 1 year ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.