Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

DynamicsCompressorNode

mohayonao edited this page Jan 27, 2015 · 4 revisions

Object > EventTarget > AudioNode > DynamicsCompressorNode

Properties

Inherits properties from its parent, AudioNode.

  • threshold: AudioParam readonly
  • knee: AudioParam readonly
  • ratio: AudioParam readonly
  • reduction: AudioParam readonly
  • attack: AudioParam readonly
  • release: AudioParam readonly

Methods

Inherits methods from its parent, AudioNode.

Test API

Inherits test API from its parent, AudioNode.

JSON

{
  "name": "DynamicsCompressorNode",
  "threshold": {
    "value": -24,
    "inputs": []
  },
  "knee": {
    "value": 30,
    "inputs": []
  },
  "ratio": {
    "value": 12,
    "inputs": []
  },
  "attack": {
    "value": 0.003,
    "inputs": []
  },
  "release": {
    "value": 0.250,
    "inputs": []
  },
  "inputs": []
}

References

Clone this wiki locally