如何拦截 Firefox 音频/声音输出并将效果应用到
我想构建一个 Firefox 扩展,它允许我直接操作来自(例如)流媒体视频网站的音频输出,应用实时滤镜和效果。我正在努力寻找任何好的资源来帮助我。我认为效果位会没问题,但我需要找到一种拦截音频流输出的方法。有谁知道这是否可能?
谢谢,
汤姆
I want to build a Firefox extension that will allow me to directly manipulate the audio output, applying live filters and effects, from (for example) a streaming video site. Im struggling to find any good resources to help me. I think the effects bit will be ok but I need to find a way of intercepting the audio stream output. Does anyone know if this is possible?
Thanks,
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,这是不可能的。我不知道有任何网络浏览器公开可让您操纵音频输出的界面。
请记住,许多音频输出来自 Flash 等插件,并且这些插件将音频输出直接发送到您的操作系统 - 它们甚至不通过您的 Web 浏览器路由它。因此,如果您的网络浏览器想要拦截声音,它是不可能的。
Sorry, it's not possible. I don't know of any web browsers that expose an interface that lets you manipulate audio output.
Keep in mind that a lot of audio output comes from plug-ins like Flash, and those plug-ins are sending the audio output directly to your operating system - they're not even routing it through your web browser. So it wouldn't be possible for your web browser to intercept the sound if it wanted to.