AudioWorklet - Web APIs 编辑
Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The AudioWorklet
interface of the Web Audio API is used to supply custom audio processing scripts that execute in a separate thread to provide very low latency audio processing. The worklet's code is run in the AudioWorkletGlobalScope
global execution context, using a separate Web Audio thread which is shared by the worklet and other audio nodes.
Access the audio context's instance of AudioWorklet
through the BaseAudioContext.audioWorklet
property.
Properties
The AudioWorklet
interface does not define any properties of its own, but does inherit properties of Worklet
.
Methods
This interface inherits methods from Worklet
. The AudioWorklet
interface does not define any methods of its own.
Events
AudioWorklet
has no events to which it responds.
Examples
See AudioWorkletNode
for complete examples of custom audio node creation.
Specifications
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'AudioWorklet' in that specification. | Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
AudioWorkletGlobalScope
— the global execution context of anAudioWorklet
- Web Audio API
- Using the Web Audio API
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论