Back to all audio {#if loading}

Loading realm...

{:else if error}

{error}

The audio realm you're looking for doesn't exist or has been removed.

{:else if realm}

{realm.name}

{#if realm.description}

{realm.description}

{/if}
{audioFiles.length} {audioFiles.length === 1 ? 'track' : 'tracks'}
{#if audioFiles.length > 0}
{/if}
{#if audioFiles.length === 0}
🎵

No audio yet

This realm doesn't have any audio files yet.

{:else}
{#each audioFiles as audio, index}
{index + 1}
{#if audio.thumbnailPath} {audio.title} {:else} 🎵 {/if}
{audio.title}
{#if audio.bitrate} {formatBitrate(audio.bitrate)} • {/if} {timeAgo(audio.createdAt)}
{formatDuration(audio.durationSeconds)}
{/each}
Tracks added to playlist will play in the Terminal Audio tab. Press ` to open the terminal.
{/if} {/if}