| 108 | } |
| 109 | |
| 110 | SpectralMonitorNode::SpectralMonitorNode(AudioContext & ac) |
| 111 | : AudioBasicInspectorNode(ac, *desc(), 2) |
| 112 | { |
| 113 | internalNode = new SpectralMonitorNodeInternal(setting("windowSize")); |
| 114 | initialize(); |
| 115 | } |
| 116 | |
| 117 | SpectralMonitorNode::~SpectralMonitorNode() |
| 118 | { |
nothing calls this directly
no outgoing calls
no test coverage detected