Sanyam Brar
‹ Work

Project

Reverb

Keep recent audio without continuously writing it to disk.

KotlinAndroidin-memory circular history

What it is

Reverb records in the background into a bounded in-memory history. Saving is explicit: the user asks for the recent window, rather than the app continuously persisting everything. The architecture is mostly about lifecycle, bounded memory and making capture recovery predictable.

Related