Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ dB2lin
Function
dB2lin
Source/Compressor.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
static double dB2lin(double dB)
41
{
42
static const double DB_2_LOG = 0.11512925464970228420089957273422; // ln( 10 ) / 20
43
return exp(dB * DB_2_LOG);
44
}
45
46
const float kMaxLookaheadMs = 50;
47
}
Callers
1
ProcessAudio
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected