UNPKG

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
# React-sound-html5 [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Travis](https://img.shields.io/travis/charjac/react-sound-html5.svg)](https://travis-ci.org/charjac/react-sound-html5) [![Coveralls](https://img.shields.io/coveralls/charjac/react-sound-html5.svg)](https://coveralls.io/github/charjac/react-sound-html5) [![Dev Dependencies](https://david-dm.org/charjac/react-sound-html5/dev-status.svg)](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 ```