How to create a transcriber wrapper?
# ask-ai
g
How to create a transcriber wrapper?
t
Thanks for reaching out, Aumesh. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
LiveKit provides examples of transcriber implementations that you can use as a reference to create a transcriber wrapper. For instance: • A Google Gemini-based transcriber in the LiveKit plugins system, which uses Google’s Gemini API for real-time audio transcription. • A speech-to-text example that supports multiple providers like OpenAI Whisper, AssemblyAI, Deepgram, Google, and Azure. This example uses a
StreamAdapter
to wrap non-streaming STT implementations and forwards transcriptions to clients. If you need further details or specific guidance, feel free to share more about your requirements or the transcription service you plan to integrate with. Sources: Tree View: | dse-workbench | Tree View: | dse-workbench