{#if value === null || streaming} {#if source === "microphone"}
{#if recording}
{$_("audio.stop_recording")}
{:else}
{$_("audio.record_from_microphone")}
{/if}
{:else if source === "upload"}
{/if} {:else}
(mode = "edit")} editable={show_edit_button} absolute={true} />
{#if mode === "edit" && player?.duration}
{/if} {/if}