> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gladia.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Audio Intelligence

> Turn speech into actionable insights with translation, summarization, entities, chapters, sentiment and more

Audio intelligence turns raw speech into structured, useful data on top of transcription. Once the words are captured, these features help you understand, organize, and act on the content — from instant translation to key-point summaries, entity detection, chapter markers, emotions, and even custom LLM prompts.

<CardGroup cols={3}>
  <Card title="Diarization" icon="comment-waveform" href="/chapters/audio-intelligence/speaker-diarization">
    Detect speakers and understand who said what, and when.
  </Card>

  <Card title="Translation" icon="language" href="/chapters/audio-intelligence/translation">
    Translate transcripts and subtitles into multiple languages in one request.
  </Card>

  <Card title="PII Redaction" icon="shield-halved" href="/chapters/audio-intelligence/pii-redaction">
    Automatically redact names, emails, vehicle IDs, and other PII in pre-recorded transcripts.
  </Card>

  <Card title="Subtitles" icon="code" href="/chapters/audio-intelligence/subtitles">
    Generate ready-to-use subtitle files in SRT or VTT formats.
  </Card>

  <Card title="Custom vocabulary" icon="spell-check" href="/chapters/audio-intelligence/custom-vocabulary">
    Boost recognition accuracy for specific terms.
  </Card>

  <Card title="Summarization" icon="list-check" href="/chapters/audio-intelligence/summarization">
    Generate concise summaries or bullet points for quick understanding.
  </Card>

  <Card title="Named Entity Recognition" icon="id-card-clip" href="/chapters/audio-intelligence/named-entity-recognition">
    Detect and categorize key entities like people, organizations, dates, and more.
  </Card>

  <Card title="Chapterization" icon="bookmark" href="/chapters/audio-intelligence/chapterization">
    Segment long audio into chapters with headlines and summaries for easy navigation.
  </Card>

  <Card title="Sentiment Analysis" icon="face-smile" href="/chapters/audio-intelligence/sentiment-analysis">
    Understand the tone and emotions expressed across the transcript.
  </Card>

  <Card title="Audio-to-LLM" icon="robot" href="/chapters/audio-intelligence/audio-to-llm">
    Ask custom questions and run prompts on your audio like an assistant would.
  </Card>
</CardGroup>
