{audioStore.chapterTitle}
{/if} {#if audioStore.bookTitle}{audioStore.bookTitle}
{/if} {#if audioStore.status === 'generating'}Generating… {Math.round(audioStore.progress)}%
{:else if audioStore.status === 'ready'}{formatTime(audioStore.currentTime)} / {formatTime(audioStore.duration)}
{:else if audioStore.status === 'loading'}Loading…
{/if}