Skip to content

feat(audio): replace cues with austrian composer snippets#20

Merged
dnim merged 5 commits into
mainfrom
feature/austrian-sounds
Apr 25, 2026
Merged

feat(audio): replace cues with austrian composer snippets#20
dnim merged 5 commits into
mainfrom
feature/austrian-sounds

Conversation

@dnim
Copy link
Copy Markdown
Owner

@dnim dnim commented Apr 25, 2026

  • Replace work start sound with Mozart's Eine kleine Nachtmusik
  • Replace short rest sound with Strauss's The Blue Danube
  • Add separate long rest sound with Beethoven's Ode to Joy
  • Replace completion beep with Haydn's Surprise Symphony
  • Increase completion beep volume for better audibility
  • Update audio integration tests

dnim added 2 commits April 25, 2026 07:56
- Replace work start sound with Mozart's Eine kleine Nachtmusik
- Replace short rest sound with Strauss's The Blue Danube
- Add separate long rest sound with Beethoven's Ode to Joy
- Replace completion beep with Haydn's Surprise Symphony
- Increase completion beep volume for better audibility
- Update audio integration tests
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

❌ Patch coverage is 90.90909% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.97%. Comparing base (3533642) to head (c97d00e).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/app.ts 84.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   76.57%   77.97%   +1.39%     
==========================================
  Files           8        8              
  Lines         602      622      +20     
  Branches      151      161      +10     
==========================================
+ Hits          461      485      +24     
+ Misses        141      137       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

dnim added 3 commits April 25, 2026 08:18
- Reduce MASTER_GAIN from 0.24 to 0.10 for a gentler baseline volume
- Replace boolean mute toggle with a three-state volumeMode (normal, quiet, muted)
- Apply a 0.25x volume multiplier in quiet mode for a subtle background hum
- Update UI to display SND, SHH, and MUT indicators based on the active mode
- Update UI and App unit tests to accommodate the new volume state
- Configure jest.config.cjs to enforce minimum coverage (65% branches, 75% others)
- Add npm run test:unit -- --coverage to husky pre-commit hook to block commits on regressions
@dnim dnim merged commit d51b4c4 into main Apr 25, 2026
6 checks passed
@dnim dnim deleted the feature/austrian-sounds branch April 25, 2026 06:28
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