Recordings Manage pocket-recorder audio and transcripts.
Queue pending
@if ($recordings->isEmpty()) @if (filled($search)) No recordings match “{{ $search }}”.
Clear search
@else No recordings yet.
Upload your first MP3
@endif
@else Title Duration Words Status Uploaded @foreach ($recordings as $recording) {{ $recording->title }} @if ($recording->artist) {{ $recording->artist }} @endif @if ($snippet = $recording->transcriptSnippet($search ?: null)) {{ $snippet }} @endif {{ $recording->duration_formatted }} {{ $recording->word_count > 0 ? number_format($recording->word_count) : '—' }}
{{ $recording->created_at?->format('Y-m-d H:i') }}
Delete recording? This permanently removes “{{ $recording->title }}” and its audio file.
Cancel Delete
@endforeach
@endif