micpipe 0.1.0

Run a macOS microphone-to-BlackHole audio router as a background service.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>Label</key>
    <string>{{LABEL}}</string>
    <key>ProgramArguments</key>
    <array>
      {{PROGRAM_ARGS}}
    </array>
    <key>RunAtLoad</key>
    <true />
    <key>KeepAlive</key>
    <true />
    <key>StandardOutPath</key>
    <string>{{OUT_LOG}}</string>
    <key>StandardErrorPath</key>
    <string>{{ERR_LOG}}</string>
  </dict>
</plist>