Java sound visualizer

2019-03-04 06:23发布

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条回答
Evening l夕情丶
2楼-- · 2019-03-04 06:57

This article can help you understand the structure of sound files: http://codeidol.com/java/swing/Audio/Build-an-Audio-Waveform-Display/

查看更多
登录 后发表回答