obul-dtelecom

Stream audio for real-time speech-to-text transcription with timestamps.

1|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/obulai/obul-apis --skill obul-dtelecom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obul-dtelecom
Source: https://github.com/obulai/obul-apis/tree/main/skills/obul-dtelecom
Command: npx skills add https://github.com/obulai/obul-apis --skill obul-dtelecom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides highly accurate, real-time transcription of audio and speech into text, making spoken content accessible and processable for AI agents.

Core Features & Use Cases

  • Real-time Transcription: Stream audio and receive live transcriptions with confidence scores and timestamps.
  • Multi-language Support: Transcribe in over 99 languages using a dual-engine architecture.
  • Cost-Effective: Priced at $0.005/min, significantly cheaper than other transcription services for longer audio.
  • Use Case: Transcribe a live customer service call to analyze sentiment, identify keywords, and generate a summary for agent performance review.

Quick Start

Use the obul-dtelecom skill to create a transcription session for 10 minutes of English audio.

Frequently Asked Questions about obul-dtelecom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time speech-to-text transcription for a live audio stream?

Real-time speech-to-text transcription is achieved by streaming audio through a websocket session that returns live text with confidence scores and timestamps. This handles audio streaming and session management for extended recordings.

What is the best way to transcribe audio in multiple languages during a live call?

Transcribing live call audio in multiple languages is supported through a dual-engine architecture that processes over 99 languages. It includes VAD, noise reduction, and hallucination filtering to maintain transcription accuracy.

Can I use websocket streaming for extended audio recording sessions?

Websocket streaming supports extended audio recording sessions by managing session state and continuously processing speech to text. The service maintains the connection to provide continuous live transcriptions without interruption.

How much does real-time speech-to-text transcription cost per minute?

Real-time speech-to-text transcription costs $0.005 per minute of audio. This pricing structure makes it significantly cheaper than other transcription services, especially for processing longer audio durations.

Does the real-time STT service filter out background noise and hallucinations?

The real-time STT service applies Voice Activity Detection (VAD), noise reduction, and hallucination filtering to the audio stream. These features ensure the transcribed text accurately reflects spoken content without ambient interference.

How do I analyze customer service calls in real-time using speech to text?

Analyzing live customer service calls involves streaming the call audio to a speech-to-text session to receive real-time transcriptions. The resulting text can then be processed by AI agents for sentiment analysis, keyword identification, and summarization.