Java sound visualizer

梦想与她 提交于 2019-12-02 20:28:03

问题


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:


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



来源:https://stackoverflow.com/questions/20723530/java-sound-visualizer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!