feat: add advanced per-application audio routing - #40
Conversation
Add persistent executable-to-track routing, stable process-tree reconciliation, and the PID-aware OBS loopback plugin. Include focused backend QA and package the native source in portable and Store builds while leaving WPF UI and localization unchanged.
|
I integrated the maintainer-side UI and runtime fixes on top of the original process-audio backend. What changed
Portable test buildDownload Built from commit SHA-256 for the Portable ZIP:
Suggested test coverage
CI passed: build, analyzers, capability model, replay routing, localization, Store workflow checks, diagnostics policy, and Portable packaging. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b20e73b6b1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "Captail.exe", | ||
| "CaptailObsBridge.dll", | ||
| "obs.dll", | ||
| "libmpv-2.dll", | ||
| "ffmpeg\ffmpeg.exe")) { |
There was a problem hiding this comment.
Validate the process-audio plugin during test deployment
When DeployTestBuild.ps1 is run with -SkipBuild or a supplied ArtifactRoot, this required-file check can report a successful deployment even if obs-plugins\64bit\captail-process-audio.dll is absent. The deployed app then marks per-application routing as unavailable, so manual QA can unknowingly test a build without the feature; include the plugin in this validation list as the release and Store scripts already do.
Useful? React with 👍 / 👎.
|
Thanks @halsatif — merged and released in Captail v0.2.2. Your original process-audio backend commit remains preserved in the project history; the merged scope adds the complete routing UI, recovery, editor integration, tests, and documentation. |
Summary
Validation
dotnet build Captail.sln -c Release --no-restoreCloses #31