Local Transcription

First-Time Setup

{#if setupState === "choose"}

The app needs to download its transcription engine before you can start. Choose the version that best fits your hardware.

{: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}