Skip to content
Snippets Groups Projects
Verified Commit 873e4980 authored by Kasper Seweryn's avatar Kasper Seweryn 🥞
Browse files

Remove undeclared `exports` from volume.js

parent a6ce396f
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,3 @@ export function toLogarithmicVolumeScale (v) {
// (0; -DYNAMIC_RANGE) [dB] -> (1.0; 0.0)
return 1 - (dB / -DYNAMIC_RANGE)
}
exports.toLinearVolumeScale = toLinearVolumeScale
exports.toLogarithmicVolumeScale = toLogarithmicVolumeScale
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment