EchoPad

Files and folders

Where EchoPad keeps settings, recordings and models.

settings.json
conversation.json
transcript.json
microphone.wav
system.wav
  • settings.json holds everything from Settings and your save locations. It is plain JSON; quit EchoPad before editing it by hand.
  • Library keeps one folder per recording: the two tracks (16 kHz mono WAV), the transcript with word timings, and metadata. This is what Transcribe Again and Save Again use.
  • Models are cached by FluidAudio in ~/Library/Application Support/FluidAudio/Models.

Your transcripts live in your save locations, not here.

Environment

VariableEffect
ECHOPAD_DATA_DIRUse another folder instead of ~/Library/Application Support/EchoPad, for testing.

Logs

log stream --predicate 'subsystem == "io.github.pieralukasz.echopad"'

On this page