Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fouad/dancer
Canvas/WebGL audio visualizer using getUserMedia - written in Dart.
https://github.com/fouad/dancer
Last synced: 2 months ago
JSON representation
Canvas/WebGL audio visualizer using getUserMedia - written in Dart.
- Host: GitHub
- URL: https://github.com/fouad/dancer
- Owner: fouad
- License: mit
- Created: 2013-12-14T20:48:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T03:44:57.000Z (over 10 years ago)
- Last Synced: 2024-04-10T23:52:19.236Z (10 months ago)
- Language: Dart
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dancer
====Sweet audio visualizer for parties/events. A bit more fun by including environment sounds too.
Dancer uses `getUserMedia` to grab the audio stream from the OS microphone then analyzes based on frequency/gain to render a canvas animation.
### Visualizations:
- Simple bars (2D)
A lot more coming...
### Install
Make sure you have [Dart Editor](https://www.dartlang.org/tools/editor/).
Clone this repo and open in Dart Editor, then just build/run `index.html`.