No description
  • Java 96.9%
  • Makefile 3.1%
Find a file
Roman Birg 38d5cf3f93 VisualizerView: add ability to disable drawing
Change-Id: Ie30ff3cf52719c89667bb0cbb4d59aa3c04611bc
Signed-off-by: Roman Birg <roman@cyngn.com>
2015-06-25 13:46:28 -07:00
src/com/pheelicks/visualizer VisualizerView: add ability to disable drawing 2015-06-25 13:46:28 -07:00
.gitignore Updated gitignore to ignore Eclipse settings 2011-12-04 21:47:20 -08:00
Android.mk add Android.mk 2014-05-02 11:54:46 -07:00
README.md Updated README 2011-12-10 12:16:01 -08:00

Android Visualizer

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.

Examples

It's easy to create your own custom visualizations or combine/edit existing ones. Below are a few examples:

A pair of frequency distributions.


This is an example which uses the FFT data rather than the raw audio waveform

Line visualization


Draws the audio waveform on screen, pulsing on prominent beats

Circle visualization


Draws the audio waveform in a circle, with the radius changing over time

Combined visualization


A combination of all the above

License

Released under the MIT license.