- Change Summary:
-
Semi-fix the styling of the level bar. Strangely, though the low level is set by the silence threshold, and the full/high are both at 19, I never see a low style when input is below the threshold. Instead the style seems to go from high to full at the low level. But so long as there's some change between the threshold, this is good enough.
- Commits:
-
Summary ID 76a28b9ac614c0882542388c07cc6367eda69daf ac0547b56c2c5e57f8a66f9b1df01e2438bd65ac - Diff:
-
Revision 2 (+350 -410)
Move VV preferences to Adwaita preference widgets
Review Request #1682 — Created Aug. 30, 2022 and submitted
Also switched from
GtkProgressBar
toGtkLevelBar
, which seemed more appropriate. The number of levels was copied from the GNOME audio settings page.Also switched from
GtkAspectFrame
toGtkPicture
, as it is likely that GStreamer will use aGdkPaintable
or some such in the future, based on the blog post we've found.More work for the devices can be done later, but needs some internal rework for list models first.
Changed some options, tried the
Test Audio
button, which seemed to work. Also triedTest Video
option, but it fails as expected due to using GTK3 GStreamer widgets.
Summary | ID |
---|---|
ac0547b56c2c5e57f8a66f9b1df01e2438bd65ac |