Local Transcription

First-Time Setup

{#if setupState === "choose"}

Choose a transcription engine. You can change this later in Settings.

{:else if setupState === "downloading"}

{progressMessage}

{Math.round(progress)}%

{:else if setupState === "error"}

Download Failed

{errorMessage}

{:else if setupState === "success"}

Setup Complete

The transcription engine is ready to go.

{/if}