#Volume Dials plugin

1 messages · Page 1 of 1 (latest)

pallid reef
#

I'm looking for some people to test out a volume control plugin that uses the dials on the Stream Deck +.

I targeted everything for the Arch distro I use (CachyOS) so I'm not sure what comparability will be like across other distros.

https://github.com/jeremyfry/linux-streamdeck-volume-knobs/releases/tag/v0.1.1.0-beta

main tree
#

ooh, interesting, using the actual Elgato libraries

#

maybe get rid of the "MinimumVersion": "5.0" on Linux in the manifest, that doesn't make any sense to opendeck

pallid reef
#

will do. I honestly had very little idea what was going on in the manifest, it was mostly a copy paste/edit job there.

mossy peak
#

Works pretty well, Doesn't work for discord sadly but love the functionality. Would be good if under system you could control different channels not just the default to control virtual channels set up like voicemeeter/wavelink

tired drift
#

I spent the last week or so building a plugin to control audio with the dials and wanted to emulate the wave link experience. I used pactl to create virtual audio sinks called System, Game, Chat, Browser, and Media. Threw together a systemd service to re-add them on boot and then you can use pavucontrol to route applications through the sinks. Then you just set the dials to control the new virtual audio device instead of your physical interface. Works really well.

main tree