mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-05 06:23:42 +00:00
16 lines
916 B
Plaintext
16 lines
916 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](/docs/localwhispertranscriber) | Transcribe audio files using OpenAI's Whisper model using your local installation of Whisper. |
|
|
| [RemoteWhisperTranscriber](/docs/remotewhispertranscriber) | Transcribe audio files using OpenAI's Whisper model. |
|