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

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

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.