first commit
This commit is contained in:
commit
391f9e9a0b
10 changed files with 225 additions and 0 deletions
6
util.hh
Normal file
6
util.hh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
#include <math.h>
|
||||
|
||||
inline float dbCo(float g) {
|
||||
return powf(10.0f, g*0.05f);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue