docs: configs-refactor changes.

This commit is contained in:
Ashok Sidipotu
2022-06-03 11:19:29 +05:30
committed by Julian Bouzas
parent 6de381ad45
commit 8e9d852124
10 changed files with 602 additions and 528 deletions

View File

@@ -9,12 +9,7 @@ embeddable scripting language.
WirePlumber uses `Lua version 5.4 <https://www.lua.org/versions.html>`_ to
implement its engine. For older systems, Lua 5.3 is also supported.
There are currently two uses for Lua in WirePlumber:
- To implement the scripting engine
- To implement lua-based :ref:`config files <config_lua>`
This section is only documenting the API of the **scripting engine**. Scripts can be ran with the ``wpexec`` tool.
Scripts can be ran with the ``wpexec`` tool.
Example scripts can be found in the `tests/examples` directory of the wireplumber source tree.