Skip to content

Commit b1198bd

Browse files
authored
Update README.md
1 parent d7720e9 commit b1198bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
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)).
22

3-
Preview:
4-
![Preview](image/p1.png) ![Preview](image/p2.png)
3+
![Preview](image/p1.png) ![Preview](image/p2.png) ...
4+
5+
Download apk to try: [Releases page](https://github.com/nekocode/MusicVisualization/releases)

0 commit comments

Comments
 (0)