| 2359 | } |
| 2360 | |
| 2361 | float FireAudioProcessor::getGlobalInputRMSLevel(int channel) const |
| 2362 | { |
| 2363 | return channel == 0 ? mInputLeftRMSGlobal.load() : mInputRightRMSGlobal.load(); |
| 2364 | } |
| 2365 | |
| 2366 | float FireAudioProcessor::getGlobalOutputRMSLevel(int channel) const |
| 2367 | { |
nothing calls this directly
no outgoing calls
no test coverage detected