powered by
Checks whether a transcription backend is available and working.
stt_health()
A list with components:
Logical. TRUE if a backend is available.
Character. The available backend ("api" or "whisper"), or NULL if none available.
Character. Status message with details.
if (FALSE) { h <- stt_health() if (h$ok) { message("STT ready via ", h$backend) } }
Run the code above in your browser using DataLab