commit | 7d8ca1247e0074325c4e76ab190ad3e4356d1fa3 | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Fri May 02 11:59:24 2014 -0700 |
committer | Roman Birg <roman@cyngn.com> | Fri May 02 11:59:24 2014 -0700 |
tree | e906b9dccf5649511dec982e281ccf2afe259bf3 | |
parent | 0a1acffabe28e08069b5a5db8563272ce2ec8ebd [diff] |
android-visualizer: initial changes for CM Change-Id: I78696717a9b2b70850c1246a7f0a45e700edaf7c 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.