Crate wpexec

source ·
Expand description

wpexec example

An example showing how to write a simple WirePlumber service. Following along with the source code is recommended.

Roughly based on the original wpexec.c

Structs

  • Args 🔒
    Command-line arguments parsed via clap

Enums

Constants

Functions

  • main 🔒
    Main entry point responsible for WirePlumber and PipeWire initialization.
  • main_async 🔒
    Load the script specified by Args and connect to the PipeWire daemon.