FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.77k stars 89 forks source link

[Bug?]volume_change event is not triggered in some cases. #458

Closed WantToLearnJapanese closed 9 months ago

WantToLearnJapanese commented 9 months ago

When another output source is connected to the system than the built-in speaker, the volume_change event is not triggered.

WantToLearnJapanese commented 9 months ago

I confirmed that it only happens when the setting is as the following screenshot. If I choose the "Selected Sound Output Source" option, the "volume_change" event is triggered correctly.

image
FelixKratz commented 9 months ago

I think the event is not fired when the volume of both devices is the same, I have changed the behavior such that the event is always fired when a new device is connected.