Stream Whisper verbose metadata live without overflowing Reverb.
Persist accumulated verbose_json on the recording and broadcast only transcript/whisper deltas so the show page can render language, segments, word timestamps, and confidence while a run is in progress.
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
:status="$recording->transcription_status"
|
||||
:label="$recording->transcriptionStatusLabel()"
|
||||
/>
|
||||
@if ($recording->transcription_status === 'processing' && $recording->transcription_percent !== null)
|
||||
@if ($recording->transcription_status === 'processing' && $recording->transcription_percent > 0)
|
||||
<span class="tabular-nums text-xs text-zinc-500 dark:text-zinc-400">
|
||||
{{ $recording->transcription_percent }}%
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user