Spec-Zone.ru › Haxe JavaScript

ConvolverNode

package js.html.audio

extends AudioNode › EventTarget

Доступно в js

The ConvolverNode interface is an AudioNode that performs a Linear Convolution on a given AudioBuffer, often used to achieve a reverb effect. A ConvolverNode always has exactly one input and one output.

Documentation ConvolverNode by Mozilla Contributors, licensed under CC-BY-SA 2.5.

См. также:

  • https://developer.mozilla.org/en-US/docs/Web/API/ConvolverNode

Конструктор

new(context:BaseAudioContext, ?options:Null<ConvolverOptions>)

Бросает:

null

DOMError

Переменные

buffer:AudioBuffer

A mono, stereo, or 4-channel AudioBuffer containing the (possibly multichannel) impulse response used by the ConvolverNode to create the reverb effect.

normalize:Bool

A boolean that controls whether the impulse response from the buffer will be scaled by an equal-power normalization when the buffer attribute is set, or not.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/ConvolverNode.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API