diff --git a/README.md b/README.md index 8d1696a..c31d561 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This is that tool. **Full-featured player.** Play, pause, seek, adjust volume, change playback speed, and go fullscreen. All the controls you'd expect, with a clean minimal interface that stays out of your way. -**Playback speed.** Presets from 0.50x to 2.00x, with a visual speedometer that changes color based on your current rate. Speed is saved per folder, so your lecture courses stay at 1.5x while your drawing tutorials stay at 1x. Cycle through speeds with keyboard shortcuts. +**Playback speed.** Presets from 0.50x to 2.00x, with a visual speedometer that changes color based on your current rate. Speed is saved per folder, so your lecture courses stay at 1.5x while your coding tutorials stay at 1x. Cycle through speeds with keyboard shortcuts. **Volume control.** A slider with a live percentage tooltip. Click the volume icon to mute/unmute instantly. Volume is saved per folder as well. @@ -295,3 +295,7 @@ TutorialVault is released into the public domain under [CC0 1.0 Universal](https No rights reserved. No permission needed. No conditions. No restrictions. Do whatever you want with it. Learn from it. Change it. Share it. Build on it. The whole point is that it's yours. + +--- + +This project is developed with the help of a locally-run LLM via opencode for scaffolding, planning, and routine code tasks. Architecture and design decisions are my own.