About 51 results
Open links in new tab
  1. Java Visualizer running issues ABOUT Error: non-static method ...

    Feb 6, 2023 · here is the full code for LeeCode question 91; I wanna run a test case in Java Visualizer but kept getting issues like that. Idk how to normally run an example like this to see how everything …

  2. In the java visualizer, why do String items of an array have a pointer ...

    Jan 29, 2023 · 0 Arrays are Java objects that are kept in memory and can be accessed using pointers. A reference to the array's memory location is saved in the variable when an array is assigned to it. As a …

  3. Java audio visualizer- How to capture real-time sound output to speaker?

    Aug 12, 2016 · 16 tl;dr For future readers, recording real-time audio is not possible (for now) with Java or C#. Use C++, as it provides a plethora of audio api's. My goal is to get the current sound played on a …

  4. audio - Java sound visualizer - Stack Overflow

    Dec 21, 2013 · 2 i'm trying to make a java sound visualizer, but I have absolutely no idea on how to get the bytes from the audio extracted, immediately after they are procressed in real-time. I could …

  5. using audio visualizer in android - Stack Overflow

    Mar 11, 2023 · I'm trying to get the Waveform visualisation for an audio in my local device, and I'm trying to use the Visualizer package (import android.media.audiofx.Visualizer) , but, it continuously crashes …

  6. synchronization - Synchronizing Java Visualizer Audio and Visual ...

    Jul 6, 2013 · I've run into a problem creating a visualizer for .mp3 files in Java. My goal is to create a visualization that runs in time with the .mp3 file being played. I can currently visualize an .mp3 O...

  7. java - Android: Audio Recording with voice level visualization - Stack ...

    Jun 15, 2019 · I need to create a android application which is for recording voice while showing the voice (sound) level visualization. I already created an audio recording application but I can not add sound le...

  8. Java, can't visualize output - Stack Overflow

    Oct 9, 2014 · I am super new to programming and I'm studying for a test and don't understand the output of a piece of code. I was hoping you could help me understand why the 4 is being printed at the end? …

  9. New Visualizer(0)- Cannot initialize Visualizer engine, error: -3

    May 20, 2017 · Caused by: java.lang.RuntimeException: Cannot initialize Visualizer engine, error: -3 I'm running this code on an Nvidia Shield Tablet K1 if this information is of any use. I realize that the …

  10. android - java.lang.RuntimeException: Cannot initialize Visualizer ...

    It is likely you have something bad in the configuration of the Visualizer, double check the content in your setupVisualizer method. Please refer to similar issue.