You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the library! PipeWire proves to be incredibly hard to work with for something simple like programmatically changing the volume of the current sink, so your library is a savior (assuming I'll end up at the goal, of course - I just started experimenting).
Couldn't install the library with luarocks, had to compile manually.
Callbacks for both ctx:connect and ctx:get_sinks now receive something extra as the first argument, which at least in my case is always nil. So I had to change the code from the README to this (note the underscores):
Thanks for the library! PipeWire proves to be incredibly hard to work with for something simple like programmatically changing the volume of the current sink, so your library is a savior (assuming I'll end up at the goal, of course - I just started experimenting).
Couldn't install the library with
luarocks
, had to compile manually.Callbacks for both
ctx:connect
andctx:get_sinks
now receive something extra as the first argument, which at least in my case is alwaysnil
. So I had to change the code from the README to this (note the underscores):The text was updated successfully, but these errors were encountered: