Set web volume to be logarithmic

This commit is contained in:
jeffvli
2022-11-12 01:20:23 -08:00
parent 46145fd3aa
commit b08c7dfaf1
@@ -79,7 +79,7 @@ export const Playerbar = () => {
player2={player2}
status={status}
style={settings.style}
volume={volume / 100}
volume={(volume / 100) ** 2}
/>
)}
</PlayerbarContainer>