Daria Fokina c96a999320
fix(docs): update all internal documentation links to use relative paths for proper version scoping (#9969)
* Update versionedReferenceLinks.js

* fixing all links

* github-hanlp-swap

---------

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
2025-10-30 12:43:02 +01:00

16 lines
924 B
Plaintext

---
title: "Audio"
id: audio
slug: "/audio"
description: "Use these components to work with audio in Haystack by transcribing files or converting text to audio."
---
# Audio
Use these components to work with audio in Haystack by transcribing files or converting text to audio.
| Name | Description |
| :--------------------------------------------------------- | :-------------------------------------------------------------------------------------------- |
| [LocalWhisperTranscriber](audio/localwhispertranscriber.mdx) | Transcribe audio files using OpenAI's Whisper model using your local installation of Whisper. |
| [RemoteWhisperTranscriber](audio/remotewhispertranscriber.mdx) | Transcribe audio files using OpenAI's Whisper model. |