简体   繁体   English

实时音频可视化 Java

[英]Real Time Audio Visualization Java

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.我使用 Java Sound API 构建了一个应用程序,该应用程序可以录制和播放语音,该程序在录制完成后显示录制的语音波形。 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?任何人都可以建议一种方法或java库来实现这一目标吗?

Thanks a lot.非常感谢。

You could use Processing for your visualization.您可以使用Processing进行可视化。 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.使用 Java Sound API 编写分析器以实时处理音频输入,并使用处理绘制可视化。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM