| 559 | |
| 560 | |
| 561 | float NeuralPiAudioProcessor::decibelToLinear(float dbValue) |
| 562 | { |
| 563 | return powf(10.0, dbValue/20.0); |
| 564 | } |
| 565 | |
| 566 | |
| 567 | //============================================================================== |
nothing calls this directly
no outgoing calls
no test coverage detected