mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
feat(analysis): re-analyze waveform when clearing loudness cache
Add analysis_delete_waveform_for_track, invoke it from loudness reseed, clear waveformBins in the UI, and extend queue strings for tooltips/toast.
This commit is contained in:
@@ -814,8 +814,8 @@ function QueuePanelHostOrSolo() {
|
||||
setLufsTgtOpen(false);
|
||||
void reanalyzeLoudnessForTrack(currentTrack.id);
|
||||
}}
|
||||
data-tooltip="Clear cached loudness and re-analyze this track"
|
||||
aria-label="Clear cached loudness and re-analyze this track"
|
||||
data-tooltip={t('queue.clearCachedLoudnessWaveform')}
|
||||
aria-label={t('queue.clearCachedLoudnessWaveform')}
|
||||
>
|
||||
{liveGainLabel}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user