Java sound visualizer

13.6k Views Asked by At

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 synchronize the program with an wav file, but that is not what I want to do, I want to generate the sound with the program, then play it, without saving it anywhere.

Thanks for the help!

1

There are 1 best solutions below

2
On

This article can help you understand the structure of sound files: Build an Audio Waveform Display