Turned on the normalize

This commit is contained in:
Tiago Ribeiro
2023-06-15 16:35:30 +01:00
parent bc7eaea911
commit 989a7449bf

View File

@@ -26,7 +26,7 @@ const Waveform = ({audio, waveColor, progressColor}: Props) => {
barRadius: 4,
fillParent: true,
hideScrollbar: true,
normalize: false,
normalize: true,
autoCenter: true,
ignoreSilenceMode: true,
barMinHeight: 4,