Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`.