https://github.com/leopoldthecoder/react-audio-vision
🎧A react component that visualizes audio files
https://github.com/leopoldthecoder/react-audio-vision
audio-visualizer react
Last synced: 2 months ago
JSON representation
🎧A react component that visualizes audio files
- Host: GitHub
- URL: https://github.com/leopoldthecoder/react-audio-vision
- Owner: Leopoldthecoder
- License: mit
- Created: 2018-07-22T09:25:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T11:37:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T13:21:24.071Z (about 1 year ago)
- Topics: audio-visualizer, react
- Language: JavaScript
- Homepage: https://jsfiddle.net/leopoldthecuber/2dovasye/
- Size: 279 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-audio-vision
> A react component that visualizes audio files
### Demo
https://jsfiddle.net/leopoldthecuber/2dovasye/
### Install
#### npm
```bash
npm install react-audio-vision
```
#### script tag
```html
```
### Usage
#### npm
```jsx
import React, { Component } from 'react'
import AudioVision from 'react-audio-vision'
class App extends Component {
render() {
return (
)
}
}
```
#### script tag
```html
class App extends React.Component {
render() {
return (
<AudioVision />
)
}
}
ReactDOM.render(<App />, document.querySelector('#app'))
```
### API
```jsx
```
### Reference
https://github.com/loosenRogers/MusicVisualizer-WebAudioAPI