arkilis / MusicVisualization

Some music visualization demos on android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project ports some music visulization shaders from WebGL(Shadertoy.com) to Android OpenGL ES. It captures the audio's fft & waveform data by system's Visualizer, and then pass them to a 2-lines height texture that can be used in a shader program (more detail).

Preview Preview Preview Preview Preview etc

Download apk to try: Releases page

About

Some music visualization demos on android.

License:Apache License 2.0


Languages

Language:Java 79.3%Language:GLSL 20.7%