android-audio-visualizer
android-audio-visualizer copied to clipboard
:musical_score: :musical_keyboard: :musical_note: Audio visualisation for android MediaPlayer :sound:
in API level 16 i receive this exception `Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=49; index=49 at com.chibde.visualizer.BarVisualizer.onDraw + 85(BarVisualizer.java:85) at android.view.View.draw + 13458(View.java:13458) at android.view.View.getDisplayList + 12409(View.java:12409) at android.view.View.getDisplayList + 12453(View.java:12453) at...
https://github.com/GautamChibde/android-audio-visualizer/blob/c43691bca3953e623c018fbf314c569eb4c8e771/audiovisualizer/src/main/java/com/chibde/BaseVisualizer.java#L102 replace with ``` if (visualizer != null) { visualizer.release(); } ``` to prevent `NullPointerException` in case `setPlayer` is not called
So i am using com.chibde.visualizer.LineBarVisualizer for some visual effect to songs playing in MediaPlayer. But the thing is when i change activity and come back to the activity where song...
It's unfortunate i got the same error, has anyone solved this anyway... i got `2021-06-18 19:11:54.504 24961-24961/com.bigger.bb E/AudioEffect: set(): AudioFlinger could not create effect e46b26a0-dddd-11db-8afd-0002a5d5c51b / �$���5�, status: -1 2021-06-18...
Is it possible to use the visualizer with Android text-to-speech? My app uses Android text-to-speech to read paragraphs, and I'd like to add an audio visualizer so to have an...
I want to set the player to 0 so whenever the music is played, the visualizer animation occurs. But it's not happening, my app is crashing. Crash: java.lang.RuntimeException: Cannot initialize...
For the [Bar Visualizer](https://github.com/GautamChibde/android-audio-visualizer/wiki/Bar-Visualizer#usage) Usage `` For the [Circle Bar Visualizer](https://github.com/GautamChibde/android-audio-visualizer/wiki/Circle-Bar-Visualizer#usage) Usage ` ` For the [Circle Visualizer](https://github.com/GautamChibde/android-audio-visualizer/wiki/Circle-Visualizer#usage) Usage `` (Also missing > at the end) For the [Line Bar...