docs(architecture): add WebSDR-sourced VFO/slice design#3621
Merged
Conversation
Captures the design for a VFO/slice that takes audio from a WebSDR feed instead of the radio's VITA-49 stream: the per-slice source model (and why SliceModel can't be made virtual), the RX-antenna-menu UX, the aux-source N-source mixer (generalizing the RADE mix), and the client DSP routing split (per-source vs master bus) for AetherDSP/AetherVoice. Grounded in current code with file:line references; indexed in docs/architecture/README.md. Intentionally codec-free / clean-room-safe: no WebSDR protocol or codec expression, so the clean-room initiative may read it. Supersedes the closed PR #3612 as the integration blueprint. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
docs/architecture/websdr-sourced-slice.md— the design for a VFO/slicethat takes audio from a WebSDR feed instead of the radio's VITA-49 stream.
Covers:
SliceModelcan't be made virtualGrounded in current code with file:line references; indexed in
docs/architecture/README.md. Intentionally codec-free / clean-room-safe —no WebSDR protocol or codec expression — so the separate clean-room initiative
may read it. Supersedes the closed PR #3612 as the integration blueprint.
Docs-only; no code changes.
🤖 Generated with Claude Code