用Java录制声音
我想使用 Java 应用程序录制语音;我想这基本上是一个在客户端运行的小程序。但我不知道该怎么做...有什么想法吗?另外,我想播放录制的声音。
我听说过 Java Speech API。知道是否有帮助吗?
I want to record voice using a Java application; I guess this will be basically an applet that will run on client side. But I don't have any idea of how to do it... any ideas? Also, I want to play the recorded voice.
I have heard of Java Speech API. Any idea if it can help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我参加聚会迟到了,但这里是有关捕获音频的官方文档:http://docs.oracle .com/javase/tutorial/sound/capturing.html
(直接从上面的链接复制这里是一些示例代码:)
I am late to the party, but here are the official docs on capturing audio: http://docs.oracle.com/javase/tutorial/sound/capturing.html
(And copied directly from the link above here is some sample code to do it:)