Commit 9cfa1f7
fix(automation): auto-volume is boost-only, never lowers below baseline
Auto-volume is meant to raise the music as speed climbs, not pull it
down. The multiplier curve allowed values below 1x (down to 0x), so a
curve that dipped at low speed dragged the media volume toward zero at
standstill. Clamp the multiplier to >= 1x so it can only boost the
rider's baseline, never attenuate below it. Pairs with the previous
restore-on-stop fix (which un-boosts back to baseline on disconnect /
Stop All / disable).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GHUZZ33sT9FYS6sXiMogJc1 parent a9b1086 commit 9cfa1f7
1 file changed
Lines changed: 9 additions & 5 deletions
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
162 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
0 commit comments