如何从Line-In中设备捕获声音声音、设备、Line、In

由网友(孤身走我路)分享简介:我想,在线路通过ActionScript 3来记录我的连接设备的声音。I am trying to record the sound of my device connected to Line-In via ActionScript 3.据土坯文档(的http://livedocs.adobe.com/flex/...

我想,在线路通过ActionScript 3来记录我的连接设备的声音。

I am trying to record the sound of my device connected to Line-In via ActionScript 3.

据土坯文档(的http://livedocs.adobe.com/flex/3/html/help.html?content=Working_with_Sound_02.html ),Microphone类让你的应用程序连接到用户系统上的麦克风或其它声音输入设备。

According to adobe docs ( http://livedocs.adobe.com/flex/3/html/help.html?content=Working_with_Sound_02.html ), The Microphone class lets your application connect to a microphone or other sound input device on the user's system .

但麦克风类检测我的声卡只麦克风(Microphone.names阵列),而不是其他声音输入设备。也许有另一种方式,从输入设备捕捉声音?

But the Microphone class detects only microphones on my sound card ( Microphone.names array ) , not the "other sound input devices". Maybe there is another way to capture sound from Line-In devices?

感谢您!

推荐答案

闪存内置的安全考虑,它不会让你访问任何硬件,除了predefined类,比如麦克风和摄像头(只有经过用户许可!) 您可能有更好的运气将设备插入麦克风插孔或编程重排它的信号,如果你的声卡的软件允许的话。

Flash is built with security in mind, it won't let you access any hardware except predefined classes like Microphone and Camera (and only after user permission!) You may have better luck with plugging the device into microphone socket or reroute its signal programmatically, if your soundcard software allows it.

阅读全文

相关推荐

最新文章