UNPKG

pw-stick-output

Version:

TypeScript utility for managing PipeWire audio node connections and routing with systemd integration

14 lines (13 loc) 337 B
export interface MinimalAlphaConfigItem { findByid: string; stickTo: { findByid: string; }[]; ignoreMonitors: true; ignore: { 'object.path': { match: RegExp; }; }; } export declare function configHelper(from: string, to: string, channels?: string[]): MinimalAlphaConfigItem[];