Allow disable/enable waveform in Audio app to remove decoding problem on some frequencies

This commit is contained in:
sommermorgentraum
2025-03-04 05:16:03 +08:00
committed by GitHub
parent fcdccdea85
commit ddf7f7ccb5
5 changed files with 134 additions and 8 deletions

View File

@@ -64,7 +64,8 @@ class AudioSpectrumView : public View {
128,
0,
false,
Theme::getInstance()->bg_darkest->foreground};
Theme::getInstance()->bg_darkest->foreground,
true};
};
class FrequencyScale : public Widget {

View File

@@ -67,7 +67,8 @@ class TimeScopeView : public View {
128,
0,
false,
Theme::getInstance()->bg_darkest->foreground};
Theme::getInstance()->bg_darkest->foreground,
true};
};
class TVView : public Widget {