Mosmena intentionally keeps the architecture small enough for beginners to trace.
audio: pulse generation, recording orchestration, and reflection estimationlogging: in-memory and Logcat-friendly loggingui: activity, custom visualization view, adapter, and view-modelapplication: dependency assembly
The reflection estimator and pulse generator are pure Kotlin classes. That means unit tests can feed them synthetic data without touching Android hardware.
The project is a focused demonstration, so a single-screen design keeps navigation complexity out of the way.