#pragma once #include inline float dbCo(float g) { return powf(10.0f, g*0.05f); }