Android: visualization of a music track

I want to create a music track visualization for a music player application that should look like this:

alt text

In the above image, you can see that there is a kind of equalizer, and it should change as the music track plays.

I need to know the correct way to achieve the above visualization, which API to use, etc.

+3
source share
2 answers

I created an open source visualizer for Android, it should do the trick:

https://github.com/felixpalmer/android-visualizer

+5
source
0

Source: https://habr.com/ru/post/1784474/


All Articles