BaseAudioContext.createConstantSource() - Web API 接口参考 编辑
createConstantSource()
是 BaseAudioContext
接口的一个方法, 用于生成一个 ConstantSourceNode
对象, 该对象是一个输出单信道(one-channel)音频信号的音频源,这些音频信号都拥有一个恒定的样本值。
Syntax
var constantSourceNode = AudioContext.createConstantSource()
Parameters
None.
Returns
A ConstantSourceNode
instance.
Specifications
Specification | Status | Comment |
---|---|---|
Web Audio API createConstantSource() | Working Draft | Initial definition. |
Browser Compatibility
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 56.0 | (Yes) | ? | 43 | ? |
Implemented on AudioContext | 10.0webkit | (Yes) | 未实现 | 15.0webkit 22 (unprefixed) | 6.0webkit |
Feature | Android | Android Webview | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|
Basic support | 未实现 | 56.0 | (Yes) | ? | 43 | ? | 56.0 |
Implemented on AudioContext | ? | (Yes) | 26.0 | ? | ? | ? | 33.0 |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论