Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Theodeus/tuna
/ dbToWAVolume
Function
dbToWAVolume
tuna.js:167–169 ·
view source on GitHub ↗
(db)
Source
from the content-addressed store, hash-verified
165
}
166
167
function
dbToWAVolume(db) {
168
return
Math.max(0, Math.round(100 * Math.pow(2, db / 6)) / 100);
169
}
170
171
function
fmod(x, y) {
172
// http://kevin.vanzonneveld.net
Callers
1
tuna.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected