StereoPannerNode
The StereoPannerNode
interface represents the change in ratio between two outputing channels (f. e. left and right speaker).
AudioNode
properties
Number of inputs | 1 |
Number of outputs | 1 |
Channel count | 2 |
Channel count mode | explicit |
Channel interpretation | speakers |
Constructor
BaseAudioContext.createStereoPanner()
Properties
Name | Type | Default value | Description |
---|---|---|---|
pan | AudioParam Read only | 0 | a-rate AudioParam representing value of pan to apply. |
Remarks
pan
- Nominal range is -1 (only left channel) to 1 (only right channel).