react-sound-html5
Version:
A tiny React component wich provide simple abstraption to manipulate HTML5 AudioContext API (Equalizer, visualisation, stereo, basic controls)
19 lines (13 loc) • 836 B
Markdown
# React-sound-html5
[](https://github.com/prettier/prettier)
[](https://travis-ci.org/charjac/react-sound-html5)
[](https://coveralls.io/github/charjac/react-sound-html5)
[](https://david-dm.org/charjac/react-sound-html5?type=dev)
A drop in replacement for react-sound without the soundManager2 dependency, and extra features, like equalizer, stereo and visualization.
check the [documentation](https://charjac.github.io/react-sound-html5/)
## Usage
```bash
npm i react-sound-html5
# or
yarn add react-sound-html5
```