pub(crate) fn main() -> Result<()>
Expand description
Main entry point responsible for WirePlumber and PipeWire initialization.
This sets up the process with logging and SIGINT handlers before passing a Core on to main_async to run the application logic.
See also: Core::run