| 145 | namespace |
| 146 | { |
| 147 | float GetOutputDb( |
| 148 | const CompressorProcessor::FrameStats& stats, |
| 149 | const DynamicRangeProcessorSettings& settings) |
| 150 | { |
| 151 | return stats.maxInputSampleDb + stats.dbGainOfMaxInputSample + |
| 152 | CompressorProcessor::GetMakeupGainDb(settings); |
| 153 | } |
| 154 | } // namespace |
| 155 | |
| 156 | size_t CompressorInstance::RealtimeProcess( |