@extends('layouts.app') @section('title', $recording->title) @section('content')
Choose how to convert this MP3 to text.
Transcription in progress… Refresh shortly.
@elseif ($recording->transcription_status === 'failed')Transcription failed. Check the logs and try again with another engine.
@elseif ($recording->transcript){{ $recording->transcript }}
@if ($recording->transcribed_at)Transcribed {{ $recording->transcribed_at->format('Y-m-d H:i') }}
@endif @elseNo transcript yet. Choose an engine above to start.
@endif