Voice to Notes

First-Time Setup

Voice to Notes needs to download its AI engine to transcribe audio.

{#if !downloading && !success}
{#if error}

{error}

{:else} {/if} {:else if downloading}

{downloadProgress.percent}% — {formatBytes(downloadProgress.downloaded)} / {formatBytes(downloadProgress.total)}

Downloading {variant === 'cuda' ? 'GPU' : 'CPU'} engine...

{:else if success}

Setup complete!

{/if}