()
| 134 | smoothingTimeConstant: number; |
| 135 | private x: number; |
| 136 | constructor() { |
| 137 | this.x = 0; |
| 138 | } |
| 139 | |
| 140 | getFloatFrequencyData(data: Float32Array): void { |
| 141 | const xs: number[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected