// Hopefully correct? // Going off this: http://www.sengpielaudio.com/calculator-FactorRatioLevelDecibel.htm // Application e.g. db display in Audacity's amplify effect static double dbToPowerFactor(double db) { ret pow(10, db/20); }