docs: RESEARCH §18 — what Stoat does differently on the same stack - #2124
Open
janlauber wants to merge 1 commit into
Open
docs: RESEARCH §18 — what Stoat does differently on the same stack#2124janlauber wants to merge 1 commit into
janlauber wants to merge 1 commit into
Conversation
Stoat (Revolt renamed) is a Discord alternative on LiveKit, so it mirrors ADR-0020's shape closely enough to be worth reading. Records the two findings that would otherwise be re-derived: RNNoise has a ready-made livekit-client TrackProcessor and is still parked, and LiveKit publishes no mute/unmute webhook without a fork. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
janlauber
marked this pull request as ready for review
September 11, 2026 11:53
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.
Stoat (the Revolt rebrand) is a Discord alternative built on LiveKit, which makes it the closest mirror we have for ADR-0020's "the app takes Discord's shape". Read for decisions, not code — different framework, different backend language, nothing copied.
Records the two findings that would otherwise be re-derived by the next person who looks:
TrackProcessor(livekit-rnnoise-processor), which is exactly the upgrade path ADR-0043 left open. It stays parked — and fix(web): a rider is hard to understand for the first ~30 s after joining voice #2120 (a rider hard to understand for the first ~30 s after joining) is explicitly not a reason to unpark it: that symptom improves over time, so it is convergence, not suppression.Also notes where we are already ahead (per-rider 0–200 % fader, #874/#463), so it does not get re-filed as a gap, and what was deliberately not taken (i18n, per-crew identity).
Context for #2120, #2121, #2122, #2123. No
Closes— this is the record, the work is on those.Docs only, so the changelog gate does not apply.
🤖 Generated with Claude Code