7

I'm looking for a library that can help me achieve sound visualization. Ror example, something like this:

enter image description here

Do you know about any open source / paid library for that?

Rom Shiri
  • 1,390
  • 4
  • 16
  • 29

1 Answers1

16

I was able to find the following libraries open-sourced on GitHub:

I just googled "android audio visualizer library". You could try this too.

Axel
  • 568
  • 7
  • 18
  • 1
    I think according to the question, he is looking for some timeline like visualizer where, as audio recording, the graph or visual effect generates like a timeline. – RBK Nov 14 '19 at 09:58