crabidy/docs
Test User 1db88e0f5a cbd-web: end the volume slider where the server clamps
The slider was `max="1.5"` while the engine clamps to 1.1, so its right
third was unreachable — the fill stopped at 73% of the track and the rest
stayed empty however far the thumb was dragged.

`max` is now a named `MAX_VOLUME` that has to track
`PlayerEngine::set_volume`'s clamp. It cannot be imported: `audio-player`
is native-only and this client is wasm, so a comment on each end keeps
the pair honest. Raising the engine clamp was the alternative, but 1.1 is
deliberate headroom and more gain risks clipping, so the slider moved.

The tooltip now reports the level as a percentage too — the web
counterpart of the TUI's `Volume: 85%`.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 09:18:20 +02:00
..
src cbd-web: end the volume slider where the server clamps 2026-07-27 09:18:20 +02:00
book.toml Add an mdbook describing how crabidy works today 2026-07-22 12:56:26 +02:00
mdbook-admonish.css Add an mdbook describing how crabidy works today 2026-07-22 12:56:26 +02:00