https://github.com/nekocode/musicvisualization
Some music visualization demos on android.
https://github.com/nekocode/musicvisualization
android app graphics
Last synced: 3 months ago
JSON representation
Some music visualization demos on android.
- Host: GitHub
- URL: https://github.com/nekocode/musicvisualization
- Owner: nekocode
- License: apache-2.0
- Created: 2018-01-15T16:24:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T04:06:31.000Z (over 6 years ago)
- Last Synced: 2025-03-30T11:11:17.078Z (3 months ago)
- Topics: android, app, graphics
- Language: Java
- Homepage:
- Size: 301 KB
- Stars: 489
- Watchers: 16
- Forks: 58
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project ports some music visulization shaders from WebGL([Shadertoy.com](https://www.shadertoy.com/)) to Android OpenGL ES. It captures the audio's fft & waveform data by system's [`Visualizer`](https://developer.android.com/reference/android/media/audiofx/Visualizer.html), and then pass them to a 2-lines height 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)).
     etc
Download apk to try: [Releases page](https://github.com/nekocode/MusicVisualization/releases)