| 39 | protected: |
| 40 | virtual double tailTime(ContextRenderLock & r) const override { return 0; } |
| 41 | virtual double latencyTime(ContextRenderLock & r) const override { return 0; } |
| 42 | |
| 43 | float m_lastGain; // for de-zippering |
| 44 | std::shared_ptr<AudioParam> m_gain; |
nothing calls this directly
no outgoing calls
no test coverage detected