spectrogram: allows better visualization of low frequencies
authorMaxime Even <maximeeven@proton.me>
Mon, 8 Jul 2024 15:51:14 +0000 (17:51 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Tue, 14 Jan 2025 22:09:47 +0000 (23:09 +0100)
commit2f72896cf2da52df04b907346e8454288dff4bb1
tree7c5d15be87aa7896e780df016b5dd905d5a9203b
parent74896b25efb6190a4d69a3fffc4e13e49f7b74d7
spectrogram: allows better visualization of low frequencies

In some cases, Y which represents the height of a column was equal to 1
and therefore when passed through the log, the output displayed was
zero, by adding this 0.1, this allows you to see a column when y = 1
without really changing the height of each column

(cherry picked from commit c347fed91e76bd31387171e1ff67224c21194362)

Gbp-Pq: Name 0017-spectrogram-allows-better-visualization-of-low-frequ.patch
modules/visualization/glspectrum.c
modules/visualization/visual/effects.c