mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-06 15:02:30 +00:00
15 lines
778 B
Plaintext
15 lines
778 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. | |