Expand description
Config structs, path resolution, and TOML parsing.
Structs§
- Config
- Top-level config structure.
- Device
Config [[devices]]— a named device alias.- Engine
Config [engine]— sample rate and buffer size.- Route
Config [[routes]]— a channel mapping from one device to another.
Constants§
Functions§
- default_
config_ path - Resolve the default config path.
- read_
config - Read and parse a TOML config file.
- resolve_
config_ path - Resolve a config path from the optional positional
CONFIGargument or the default path.