diff options
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/PannerNode.idl')
| -rw-r--r-- | third_party/WebKit/Source/modules/webaudio/PannerNode.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.idl b/third_party/WebKit/Source/modules/webaudio/PannerNode.idl index d20a2e6..899b8a9 100644 --- a/third_party/WebKit/Source/modules/webaudio/PannerNode.idl +++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.idl @@ -36,10 +36,10 @@ const unsigned short INVERSE_DISTANCE = 1; const unsigned short EXPONENTIAL_DISTANCE = 2; - // Default model for stereo is HRTF + // Default model for stereo is HRTF [CustomSetter] attribute DOMString panningModel; - // Uses a 3D cartesian coordinate system + // Uses a 3D cartesian coordinate system void setPosition(float x, float y, float z); void setOrientation(float x, float y, float z); void setVelocity(float x, float y, float z); |
