ChannelSplitterNode()
constructor of the
Web 音频 API
creates a new
ChannelSplitterNode
object instance, representing a node that splits the input into a separate output for each of the source node's audio channels.
var splitter = new ChannelSpitterNode(context, options);
Inherits parameters from the
AudioNodeOptions
dictionary
.
context
BaseAudioContext
representing the audio context you want the node to be associated with.
选项
可选
ChannelSplitterOptions
dictionary object defining the properties you want the
ChannelSplitterNode
to have (It also inherits the options defined in the
AudioNodeOptions
dictionary):
numberOfOutputs
: A number defining the number of inputs the
ChannelSplitterNode
should have. If not specified, the default value used is 6.
新的
ChannelSplitterNode
对象实例。
var ac = new AudioContext();
var options = {
numberOfOutputs : 2
}
var mySplitter = new ChannelSplitterNode(ac, options);
| 规范 | 状态 | 注释 |
|---|---|---|
|
Web 音频 API
The definition of 'ChannelSplitterNode' in that specification. |
工作草案 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
ChannelSplitterNode()
构造函数
|
Chrome 55 | Edge ≤79 | Firefox 53 | IE No | Opera 42 | Safari ? | WebView Android 55 | Chrome Android 55 | Firefox Android 53 | Opera Android 42 | Safari iOS ? | Samsung Internet Android 6.0 |
完整支持
不支持
兼容性未知
ChannelSplitterNode
ChannelSplitterNode()
AnalyserNode
AudioBuffer
AudioBufferSourceNode
AudioContext
AudioContextOptions
AudioDestinationNode
AudioListener
AudioNode
AudioNodeOptions
AudioParam
AudioProcessingEvent
AudioScheduledSourceNode
AudioWorklet
AudioWorkletGlobalScope
AudioWorkletNode
AudioWorkletProcessor
BaseAudioContext
BiquadFilterNode
ChannelMergerNode
ConstantSourceNode
ConvolverNode
DelayNode
DynamicsCompressorNode
GainNode
IIRFilterNode
MediaElementAudioSourceNode
MediaStreamAudioDestinationNode
MediaStreamAudioSourceNode
OfflineAudioCompletionEvent
OfflineAudioContext
OscillatorNode
PannerNode
PeriodicWave
StereoPannerNode
WaveShaperNode