Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 512 Bytes

File metadata and controls

19 lines (12 loc) · 512 Bytes

Echo

Time travelling recorder for Android. It is free/libre and gratis software.

Download

Architecture

SaidItFragment the main view of the app.

SaidItService manages a high priority thread that records audio. The thread is a state machine that can be accessed by sending it tasks using Android's Handler (audioHandler).

AudioMemory (not thread-safe) manages the in-memory ring buffer of audio chunks.