您可以通过Java EE应用程序使用AudioSystem类访问客户端音频输入和输出吗?如果没有,你会怎么做呢?
答案 0 :(得分:1)
您应该使用新的navigator.getUserMedia()
和 HTML5 API 。
这里有一些例子:
http://updates.html5rocks.com/2012/09/Live-Web-Audio-Input-Enabled
http://html5-examples.craic.com/microphone_input_with_spectrogram.html
<强> ADDED 强>
也可以使用 java小程序来控制麦克风和音频,但applet很老,而且过于干扰。
大多数使用此类功能的网站都使用flash对象:
http://help.adobe.com/pt_BR/FlashPlatform/reference/actionscript/3/flash/media/Microphone.html