Audio "corrosion" #32
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dark/nether-voicebridge#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've observed that sometimes the bot will send seemingly random audio output from discord to matrix at random intervals which is (extremely) unpleasant to hear.
Closing as presumed fixed by #36 (v0.3.0-alpha.5). The "random unpleasant audio at random intervals" matches the DAVE-trailer decode corruption exactly: songbird fed the Opus decoder frames with the DAVE supplemental section still appended, corrupting CELT/hybrid frames whenever a sender's encoder was in an end-sensitive mode — intermittent, content-dependent, and invisible in logs, which is precisely the "corrosion" signature.
Credit where due: the diagnostic instrumentation built for this issue (per-SSRC Tap A/B WAVs + counters) is what proved the corruption was already present at decode output and pinned it to songbird's receive path.
No corrosion has been reported since alpha.5 went live. Reopen if it's ever heard again on ≥ v0.3.0-alpha.5.