Files
lockstep-player/README.md

13 lines
533 B
Markdown
Raw Normal View History

2026-05-13 21:27:19 +02:00
# 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/).