audio.DynamicsCompressorNode

DynamicsCompressorNode

package js-html-audio

extends AudioNodeEventTarget

Available on js

Inherits properties from its parent, AudioNode-

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

See:

Variables

read only attack:AudioParam

Is a AudioParam representing the amount of time, in seconds, required to reduce the gain by 10 dB.

read only knee:AudioParam

Is a AudioParam containing a decibel value representing the range above the threshold where the curve smoothly transitions to the compressed portion.

read only ratio:AudioParam

Is a AudioParam representing the amount of change, in dB, needed in the input for a 1 dB change in the output.

read only reduction:Float

Is a float representing the amount of gain reduction currently applied by the compressor to the signal.

read only release:AudioParam

Is a AudioParam representing the amount of time, in seconds, required to increase the gain by 10 dB.

read only threshold:AudioParam

Is a AudioParam representing the decibel value above which the compression will start taking effect.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/audio/DynamicsCompressorNode.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部