Release v26.04.14.3 — Live amplitude mic pulse #34

Merged
bvandeusen merged 0 commits from dev into main 2026-04-14 22:54:43 -04:00
bvandeusen commented 2026-04-14 22:54:29 -04:00 (Migrated from git.fabledsword.com)

Summary

The chat input bar's mic button now scales and glows proportional to the silence detector's live RMS amplitude instead of sitting static. Gives obvious feedback that audio is actually being picked up — silence still breathes via a 0.1 floor, loud input caps at ~1.18x scale so it doesn't punch through the input bar. 120ms CSS transition blends smoothly between the ~100ms amplitude samples.

Test plan

  • Start a voice recording on the chat input — the mic button visibly grows and the red halo expands while you talk.
  • Pause — the button settles to its subtle baseline pulse instead of locking.
  • Stop recording — button returns to idle cleanly with no leftover transform.
## Summary The chat input bar's mic button now scales and glows proportional to the silence detector's live RMS amplitude instead of sitting static. Gives obvious feedback that audio is actually being picked up — silence still breathes via a 0.1 floor, loud input caps at ~1.18x scale so it doesn't punch through the input bar. 120ms CSS transition blends smoothly between the ~100ms amplitude samples. ## Test plan - [ ] Start a voice recording on the chat input — the mic button visibly grows and the red halo expands while you talk. - [ ] Pause — the button settles to its subtle baseline pulse instead of locking. - [ ] Stop recording — button returns to idle cleanly with no leftover transform.
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledScribe#34