mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
add web audio, replaygain, visualizer (#1289)
* add web audio, replaygain, visualizer * remove volume multiplication in gain --------- Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
This commit is contained in:
@@ -360,7 +360,7 @@ export const MpvSettings = () => {
|
||||
control: (
|
||||
<NumberInput
|
||||
defaultValue={settings.mpvProperties.replayGainPreampDB}
|
||||
onChange={(e) => handleSetMpvProperty('replayGainPreampDB', e)}
|
||||
onChange={(e) => handleSetMpvProperty('replayGainPreampDB', Number(e) || 0)}
|
||||
width={75}
|
||||
/>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user