Skip to content

feat: add audio pause/resume with persistent overlay button#1

Open
3m5suchandt wants to merge 1 commit into
fromCharCode:masterfrom
3m5suchandt:feat/audio-pause
Open

feat: add audio pause/resume with persistent overlay button#1
3m5suchandt wants to merge 1 commit into
fromCharCode:masterfrom
3m5suchandt:feat/audio-pause

Conversation

@3m5suchandt

Copy link
Copy Markdown

Summary

  • AudioEngine: pause()/resume() methods + isPaused getter
    • File mode: pauses/plays the <audio> element directly
    • Mic/Tab/Spotify: suspends/resumes the AudioContext
  • App: #pp overlay button (top-left), visible only when audio is active, hidden in fullscreen via :fullscreen CSS
  • UI: hamburger button (#pt) always visible (was opacity:0 on idle), hidden only in fullscreen

?? Generated with Claude Code

- AudioEngine: add pause()/resume() methods and isPaused getter
  - File mode: pauses/plays the audio element directly
  - Mic/Tab/Spotify: suspends/resumes the AudioContext
- App: add #pp overlay button (top-left) visible when audio is active,
  hidden in fullscreen via :fullscreen CSS selector
- UI: hamburger button (#pt) is now always visible (was opacity:0 on idle),
  hidden only in fullscreen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant