Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeff
funkwhale
Commits
873e4980
Verified
Commit
873e4980
authored
Feb 21, 2022
by
Kasper Seweryn
🥞
Browse files
Remove undeclared `exports` from volume.js
parent
a6ce396f
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/audio/volume.js
View file @
873e4980
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment