commit | c6d5a9f590766ecd98694aaaa136d0f42e486144 | [log] [tgz] |
---|---|---|
author | Roman Birg <roman@cyngn.com> | Thu Jun 25 13:43:26 2015 -0700 |
committer | Nicholas Flintham <nick@flinny.org> | Mon Jun 29 10:54:54 2015 +0100 |
tree | 65cf90a00166c14433609ceecdb42ef304eebf49 | |
parent | b006226acdff2b5262230c2b188e0c84936075b3 [diff] |
VisualizerView: add ability to disable drawing Change-Id: Ie30ff3cf52719c89667bb0cbb4d59aa3c04611bc Signed-off-by: Roman Birg <roman@cyngn.com>
A View subclass that Takes the input from the Android MediaPlayer and displays visualizations, like in iTunes or WinAmp
The Visualizer is designed to be modular, so it is very easy to combine visualizations to create more complex effects.
It's easy to create your own custom visualizations or combine/edit existing ones. Below are a few examples:
This is an example which uses the FFT data rather than the raw audio waveform
Draws the audio waveform on screen, pulsing on prominent beats
Draws the audio waveform in a circle, with the radius changing over time
A combination of all the above
Released under the MIT license.