问题
I have built an application using Java Sound API which enables to record and play the voice and the program shows a wave form of the recorded voice after the recording is finished. I want to show the wave form at the same time when the recording is done. Can anyone suggest a method or a java library to achieve this?
Thanks a lot.
回答1:
You could use Processing for your visualization. It does a good job of visualizing realtime data. Write your analyzer using Java Sound API to process the audio input in real time, and draw the visualization using processing.
来源:https://stackoverflow.com/questions/5296962/real-time-audio-visualization-java