FireTr3e
FireTr3e

Reputation: 85

How can i create audio visualizer in android studio?

I am creating sound recording app, and i need to create audio visualizer. I looked at this similar question, but there was only outdated libraries and i looked at several other questions, but i could not find the answer.

Do you know about any open source github not outdated projects?

I want to make a sound visualization that would look something like below image: enter image description here

Upvotes: 3

Views: 2297

Answers (1)

Ali Raza
Ali Raza

Reputation: 3167

You can use this Library for a visualization of your Audio while recording

https://github.com/SimpleMobileTools/Simple-Voice-Recorder

I have used this in my application, and it's working really well. It's not outdated, and is up to dated to be used in new projects. Thanks

Upvotes: 2

Related Questions