MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / decibelToLinear

Method decibelToLinear

Source/PluginProcessor.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559
560
561float NeuralPiAudioProcessor::decibelToLinear(float dbValue)
562{
563 return powf(10.0, dbValue/20.0);
564}
565
566
567//==============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected