更改使用Java音频输​​入? [英] Changing audio input using Java?

查看:334
本文介绍了更改使用Java音频输​​入?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想修改的音频输入流,那会来的流
从我的麦克风。
我已经通过java.sound包API看了看,但并没有完全理解,
也不怎么修改直接声音输入。

I'd like to modify the audio input stream, the stream that would come from my microphone. I have looked through the java.sound package API, but did not entirely understand it, nor how to modify direct sound input.

有谁知道这里该怎么做,或者知道一个API,它能够做的?

Does anyone here know how to do that, or know an API that is capable of doing it?

推荐答案

您想要的东西的混合物:

You want a mixture of things:

  • The Java Sound system: http://www.oracle.com/technetwork/java/index-139508.html
  • A trail for it: http://docs.oracle.com/javase/tutorial/sound/index.html
  • Using audio controls: http://docs.oracle.com/javase/1.5.0/docs/guide/sound/programmer_guide/chapter6.html (part of a wider set of documentation)

如果你能够给你想要做的音频流内容的详细信息,很可能我们就可以给你更具体的建议。

If you are able to give more information about what you want to do to the audio stream, it's likely we'll be able to give you more specific advice.

这篇关于更改使用Java音频输​​入?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆