SDH-AnimationChanger icon indicating copy to clipboard operation
SDH-AnimationChanger copied to clipboard

Feature Request: add an option to toggle videos to play muted (sound off)

Open starmandeluxe opened this issue 2 years ago • 3 comments

Request to add an option to disable audio for animations when they play, because audio controls do not work on the Steam Deck during boot sequence.

starmandeluxe avatar Jan 06 '23 19:01 starmandeluxe

This should be possible, since the boot animations should play after the plugin is actually loaded, so muting a fixed amount of time after startup could work. Not sure about the API to actually interact with the device volume controls, though, or how to query the animation length.

TheLogicMaster avatar Jan 09 '23 13:01 TheLogicMaster

Or, instead of muting the system volume, isn't it possible to disable the audio stream of the animation asset itself?

starmandeluxe avatar Feb 18 '23 15:02 starmandeluxe

The current system just symlinks the video to the animation override directory without changing anything. I'm not sure how difficult disabling audio in webm files is, but it would probably require duplicating the videos just to change the volume levels, or patching them in-place, which isn't ideal. Probably would be easier just to make silent variants.

TheLogicMaster avatar Feb 18 '23 15:02 TheLogicMaster