re-implement playerbar controls

This commit is contained in:
jeffvli
2025-11-04 21:29:09 -08:00
parent be6db801ee
commit 7717bff367
13 changed files with 873 additions and 566 deletions
@@ -0,0 +1,3 @@
export const convertToLogVolume = (linearVolume: number) => {
return Math.pow(linearVolume, 2.0);
};