https://github.com/solarliner/p-waves
Ground-breaking component-based audio player for the web
https://github.com/solarliner/p-waves
audio-player nodejs-modules
Last synced: 12 months ago
JSON representation
Ground-breaking component-based audio player for the web
- Host: GitHub
- URL: https://github.com/solarliner/p-waves
- Owner: SolarLiner
- License: mit
- Created: 2018-02-25T18:19:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T16:55:37.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T14:49:11.183Z (about 1 year ago)
- Topics: audio-player, nodejs-modules
- Language: TypeScript
- Homepage: https://solarliner.github.io/p-waves
- Size: 12 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# P Waves
Ground-breaking component-based audio player for the web.
```bash
npm i p-waves
```
Preact support:
```bash
npm i p-waves-preact
```
## What is P Waves?
**P Waves** is a component-based audio player that aims to simplify the creation of visuals around audio players. The
core package (`p-waves`) implements an audio player with tracklist support (including shuffle/repeat/repeat one). You
can easily attach an FFT analyzer or level meter to the audio player.
Framework support (`p-waves-preact`) feature drop-in components for you to build your Audio Player component with.