| 256 | return 0; |
| 257 | } |
| 258 | double DynamicsCompressor::latencyTime(ContextRenderLock & r) const |
| 259 | { |
| 260 | return m_compressor.latencyFrames() / static_cast<double>(r.context()->sampleRate()); |
| 261 | } |
| 262 | |
| 263 | } // namespace lab |
nothing calls this directly
no test coverage detected