| 34 | |
| 35 | static const char* static_name() { return "PeakComp"; } |
| 36 | virtual const char* name() const { return static_name(); } |
| 37 | static AudioNodeDescriptor * desc(); |
| 38 | |
| 39 | // Threshold given in dB, default 0 |
nothing calls this directly
no outgoing calls
no test coverage detected