| 2369 | } |
| 2370 | |
| 2371 | float FireAudioProcessor::getGlobalInputPeakLevel(int channel) const |
| 2372 | { |
| 2373 | return channel == 0 ? mInputLeftPeakGlobal.load() : mInputRightPeakGlobal.load(); |
| 2374 | } |
| 2375 | |
| 2376 | float FireAudioProcessor::getGlobalOutputPeakLevel(int channel) const |
| 2377 | { |
nothing calls this directly
no outgoing calls
no test coverage detected