effect-uai-streaming-transcription
Installation
SKILL.md
effect-uai streaming-transcription
Live audio frames in, transcript events out. Use
Transcriber.streamTranscriptionFrom when the user should see text
while they are still speaking.
Reach for this when the user says any of:
- "Build live captions / realtime transcription"
- "Stream browser mic audio to STT"
- "Show partial transcripts and commit finals"
Pattern
import { Stream } from "effect"
import * as Transcriber from "@effect-uai/core/Transcriber"