Baseline Widely available
The panningModel
property of the PannerNode
interface is an enumerated value determining which spatialization algorithm to use to position the audio in 3D space.
The possible values are:
equalpower
: Represents the equal-power panning algorithm, generally regarded as simple and efficient. equalpower
is the default value.HRTF
: Renders a stereo output of higher quality than equalpower
â it uses a convolution with measured impulse responses from human subjects.An enum â see PanningModelType
.
See BaseAudioContext.createPanner()
for example code.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4