Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocode authored Jan 24, 2018
1 parent d7720e9 commit b1198bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
This project ports some music visulization shaders from WebGL([Shadertoy.com](https://www.shadertoy.com/)) to Android OpenGL ES. It captures the audio data (such as fft & waveform) by system's [`Visualizer`](https://developer.android.com/reference/android/media/audiofx/Visualizer.html), and then pass them to a 2-line texture that can be used in a shader program ([more detail](https://forum.openframeworks.cc/t/passing-fft-audio-data-into-a-shader-as-a-texture2d-object-shadertoy/13756)).

Preview:
![Preview](image/p1.png) ![Preview](image/p2.png)
![Preview](image/p1.png) ![Preview](image/p2.png) ...

Download apk to try: [Releases page](https://github.com/nekocode/MusicVisualization/releases)

0 comments on commit b1198bd

Please sign in to comment.