aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelixpalmer <felix.palmer@metaswitch.com>2011-12-08 23:19:22 -0800
committerfelixpalmer <felix.palmer@metaswitch.com>2011-12-08 23:19:22 -0800
commitde21ddda49cf726af8aba8a645e2d677fb95e3e3 (patch)
tree6f2969ec2e441e6496e290136799d943ef4f0f9d
parent328c7eaea3d25590e6f23c3d4052f97cdd376bb2 (diff)
downloadandroid_external_android-visualizer-de21ddda49cf726af8aba8a645e2d677fb95e3e3.tar.gz
android_external_android-visualizer-de21ddda49cf726af8aba8a645e2d677fb95e3e3.tar.bz2
android_external_android-visualizer-de21ddda49cf726af8aba8a645e2d677fb95e3e3.zip
Updated README to include demo gifs
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4f98eb3..0ff84ec 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,23 @@
A View subclass that Takes the input from the Android MediaPlayer and displays visualizations, like in iTunes or WinAmp
+## 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.
+![](https://github.com/felixpalmer/android-visualizer/raw/master/demo/demo-1.gif)
+This is an example which uses the FFT data rather than the raw audio waveform
+### Line visualization
+![](https://github.com/felixpalmer/android-visualizer/raw/master/demo/demo-2.gif)
+Draws the audio waveform on screen, pulsing on prominent beats
+### Circle visualization
+![](https://github.com/felixpalmer/android-visualizer/raw/master/demo/demo-3.gif)
+Draws the audio waveform in a circle, with the radius changing over time
+### Combined visualization
+![](https://github.com/felixpalmer/android-visualizer/raw/master/demo/demo-4.gif)
+A combination of all the above
+
## License
Released under the [MIT license](http://creativecommons.org/licenses/MIT/).