- Feb 05, 2021
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
... because loading a script first looks in that directory, so it's easy to make tests break by a conflicting file in the system config dir, for instance, /etc/wireplumber/scripts/pod.lua
-
George Kiagiadakis authored
-
George Kiagiadakis authored
Use the numeric values of the spa types instead of their string representation
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
Julian Bouzas authored
Avoids confusion with LUA iterate API
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
... plus the necessary API for it to work
-
George Kiagiadakis authored
Sometimes the GEnumClass is not instantiated, so _peek() doesn't work We need to acquire a strong ref to make sure it is
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
Use the spa type system to locate the enumeration value that corresponds to that string and send that
-
Julian Bouzas authored
-
George Kiagiadakis authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- Feb 04, 2021
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This can be useful for quick testing of scripts, or to build small utilities that do something in pipewire utilizing our lua API
-
George Kiagiadakis authored
-
- Feb 03, 2021
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
Because of the new design of the daemon and the async activation of plugins, the reserve-device plugin connects to d-bus before monitor-alsa is executed and therefore there is no need to wait for the connection
-
George Kiagiadakis authored
-
George Kiagiadakis authored
Replaces the old create-session wireplumber.conf commands
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
avoids keeping it forever as a global
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
and drop cpptoml dependency as well
-
George Kiagiadakis authored
* load config from a lua script * use a WpTransition to organize the code * activate plugins before lua scripts * cleanup
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-