Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Java 通过麦克风读取音频?谁能解释一下?
请告诉我们需要使用的类。
或者提供链接以供在线参考
提前致谢。
当您寻找 Java API 可以做的事情时,总是首先查看官方的 Oracle 教程。它们有很多,而且在大多数情况下,它们是一个很好的起点。
对于你的问题,看看这个:
http://docs.oracle.com/javase/tutorial/sound/capturing.html
Oracle Java 教程有一个部分: http://docs.oracle.com/javase/tutorial/sound/capturing.html
如果您想要快速解决方案,请查看 this和this。