mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 05:36:00 +02:00
re-implement playerbar controls
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const convertToLogVolume = (linearVolume: number) => {
|
||||
return Math.pow(linearVolume, 2.0);
|
||||
};
|
||||
Reference in New Issue
Block a user