MCPcopy
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
167function dbToWAVolume(db) {
168 return Math.max(0, Math.round(100 * Math.pow(2, db / 6)) / 100);
169}
170
171function fmod(x, y) {
172 // http://kevin.vanzonneveld.net

Callers 1

tuna.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected