Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sound visualization library for Android [closed]

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?

like image 214
Rom Shiri Avatar asked Jun 07 '16 19:06

Rom Shiri


People also ask

What is audio visualizer in Android?

Such visualization is used to show simple waves of the audio file to the user representing the volume and other properties of the audio being played or recorded. It makes the UI of an Android app more beautiful and interactive and also leaves a good impression on the end-user. What is Chibde Audio Visualizer?

How to implement chibde audio visualizer in Android Studio?

So let's implement a simple Chibde Audio Visualizer in our android app. Open Your Android Studio Click on " Start a new Android Studio project " (Learn how to set up Android Studio and create your first Android project) Choose " Empty Activity " from the project template window and click Next

Do you use music visualizers?

They can be helpful for meditation sounds, giving you a visual focus. They can also "turn up" your music in a visual way, keeping it present in your eyes as well as your ears. Mostly though, they're just fun to watch! Here are the best music visualizers available for Android.

Why doesn't the Visualizer work with my phone?

It also means that it won't work with headphones in unless you're playing from a file. Lastly, this visualizer uses directional sound, so if your phone's speaker is on one side, the visualizer will be lopsided. A more stable option is to play from MP3 files.


1 Answers

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

  • https://github.com/Cleveroad/WaveInApp

  • https://github.com/h6ah4i/android-openslmediaplayer

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

  • https://github.com/steelkiwi/AndroidRecording

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

like image 150
Axel Avatar answered Oct 16 '22 06:10

Axel