docs: design via AI

This commit is contained in:
2026-05-13 21:27:19 +02:00
parent 4e6a3a6fc5
commit 395609791f
3 changed files with 167 additions and 16 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Lockstep Player
Android prototype: music playback adapts to running pace (accelerometer + native DSP).
**Docs (read these first):**
| Doc | Contents |
|-----|----------|
| [SPECS.md](SPECS.md) | Product intent, MVP scope, **libpasada** DSP responsibilities, Oboe/JNI/MP3 FD assumptions, **jukebox** submodule role |
| [DESIGN.md](DESIGN.md) | Android architecture decisions, foreground run service, JNI/state machine (`init` / `play` / `pause` / `resume` / `stop` / …), open UI questions |
Submodule: [`jukebox/`](jukebox/).