Pricing
Get started
Get started

Blog

Technical guides, customer stories, and product updates
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Speech-To-Text

Podcast transcription at scale: an API workflow for media platforms

TL;DR: Podcast audio is invisible to search without accurate, word-level transcripts, and transcription quality sets the ceiling for everything downstream, from content discovery to AI-generated show notes. A production-grade async pipeline (decoupled webhook ingestion, pyannoteAI-powered diarization, word-level timestamps) is what separates a searchable audio library from a title-and-description catalog. At 10,000 hours monthly, a managed API costs $2,000–$6,100 depending on plan.

Speech-To-Text

HIPAA-ready meeting assistants for healthcare and therapy sessions

TL;DR: Building a HIPAA-ready meeting assistant requires more than a generic transcription wrapper. Any API that processes Protected Health Information on your behalf must sign a Business Associate Agreement (BAA) before PHI flows to it, and transcription accuracy matters more than most teams expect: word error rate can more than double in noisy, multi-speaker clinical environments compared to controlled recordings, meaning errors compound into every SOAP note and EHR entry downstream. This guide covers the BAA requirements, encryption controls, and unit economics product teams need to evaluate before committing to an audio infrastructure provider for clinical or therapy use cases.

Speech-To-Text

Migrating from AWS Transcribe to Gladia: a step-by-step switching guide

TL;DR: Migrating from AWS Transcribe to Gladia removes three steps from your audio pipeline (S3 staging, IAM configuration, and polling loops), replacing them with a single POST request and native webhook delivery. Most AWS parameters translate directly to our request body with no separate compilation or activation steps. For teams processing noisy, accented, or multilingual business audio, Solaria-3 is built specifically for European real-world business audio, while Solaria-1 covers 100+ languages and real-time streaming.

Speech-To-Text

Best Wispr Flow alternatives in 2026

Every dictation app demo looks the same: someone talks, words appear, everyone's impressed. What separates these tools only shows up after months of daily use: what it costs once the free tier runs out, whether your audio ever leaves your machine, whether you're locked into someone else's server just to type into your own apps. Wispr Flow is the app most people mean when they search for AI dictation software, and it earned that reputation fair and square. It's also a $144-a-year subscription, cloud-only with no offline mode, and closed-source, which is why this list exists.

Speech-To-Text

From call audio to CSAT: Mapping contact center sentiment to CX signals

TL;DR: Manual QA teams sample 2–5% of contact center calls, leaving more than 95% of customer interactions unscored. Transcript errors propagate directly into your sentiment layer: a single substitution that flips "can't" to "can" inverts the sentiment signal before your classifier runs, making transcription quality a direct input to CSAT reliability. To automate quality assurance at 100% coverage, solve the transcription layer first. This playbook maps the audio-to-CSAT pipeline, explains where transcript errors compound into false QA scores, and shows the four production steps required to scale sentiment analysis across noisy, multilingual Business Process Outsourcing (BPO) environments.

Speech-To-Text

Integrating speech-to-text into your EHR: epic, athenahealth and FHIR

TL;DR: The real engineering work in EHR speech integration is mapping unstructured audio payloads to the correct FHIR resources, managing SMART on FHIR OAuth 2.0, and building resilient async write pipelines that survive rate limits and EHR downtime. On Growth and Enterprise plans, customer data is never used for model training, which is an important baseline control for any clinical pipeline handling PHI. The architectural patterns in this guide apply whether you choose a managed STT API or build the transcription layer yourself.

Speech-To-Text

European-language speech-to-text: evaluating coverage and accuracy

TL;DR: Academic benchmarks fail to predict production STT performance in European business environments, where accented speech, code-switching, and telephony noise push real-world Word Error Rate well above what clean read-speech datasets suggest. Engineering and ML Leads evaluating STT infrastructure need three metrics standard benchmarks don't capture: real-world WER on accented audio, Language Adherence Violation Rate for code-switching performance, and total cost of ownership (TCO) including engineering toil for self-hosted GPU clusters. On Switchboard, the most demanding conversational telephone dataset, Solaria-3 ranks #1 ahead of AssemblyAI, ElevenLabs, Deepgram, Mistral, and Speechmatics: a concrete example of how production-relevant benchmarking changes the vendor picture. This guide provides the technical framework to run a statistically valid evaluation against your own audio distribution before committing to any vendor or build decision.

Speech-To-Text

Migrating from Google Speech-to-Text to Gladia: a step-by-step switching guide

TL;DR: Migrating from Google Speech-to-Text V2 to Gladia is a parameter-mapping and code-refactoring exercise: RecognitionConfig fields map directly to our JSON request body, and separate recording, transcription, and enrichment vendors collapse into a single API call with all-inclusive per-hour pricing. The rollout fits a Day 1 to Day 5+ schedule, with shadow-mode validation before any cutover. For European business and contact-center audio, Solaria-3 ranks #1 on Switchboard ahead of AssemblyAI, ElevenLabs, Deepgram, Mistral, and Speechmatics. Scoreplay completed a working integration in under a day. Benchmark your own audio before committing to a cutover date.

Speech-To-Text

Diarization error rate (DER) explained

TL;DR: Your transcription model might achieve a 5% Word Error Rate, but your meeting summaries can still be completely unreliable if Diarization Error Rate (DER) spikes. DER is the metric that determines whether your system correctly identifies who spoke each word, measured as the sum of three error types: Missed Speech, False Alarm, and Speaker Confusion. For production multi-speaker pipelines, a DER below 15% is the threshold for reliable speaker-labeled analytics; below 10% is the target for clean audio with controlled conditions, such as high-quality meeting assistant output. Accurate speaker attribution directly determines the reliability of downstream LLM summaries and CRM data. Our async pipeline, powered by pyannoteAI's Precision-2 model, delivers up to 3x lower DER than alternatives on conversational speech.