From d88c35a17134c65b45825f8dce3c03a3dd6b839c Mon Sep 17 00:00:00 2001 From: fishaudio-bot <242899544+fishaudio-bot@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:02:26 +0000 Subject: [PATCH] chore: update TTS audio --- archive/python-sdk-legacy/authentication.mdx | 1 + archive/python-sdk-legacy/index.mdx | 1 + archive/python-sdk-legacy/installation.mdx | 1 + archive/python-sdk-legacy/migration-guide.mdx | 1 + archive/python-sdk-legacy/speech-to-text.mdx | 1 + archive/python-sdk-legacy/text-to-speech.mdx | 1 + archive/python-sdk-legacy/voice-cloning.mdx | 1 + archive/python-sdk-legacy/websocket.mdx | 1 + contributing.mdx | 1 + developer-guide/best-practices/emotion-control.mdx | 1 + developer-guide/best-practices/real-time-streaming.mdx | 1 + developer-guide/best-practices/voice-cloning.mdx | 1 + developer-guide/core-features/creating-models.mdx | 1 + developer-guide/core-features/emotions.mdx | 1 + developer-guide/core-features/fine-grained-control.mdx | 1 + developer-guide/core-features/speech-to-text.mdx | 3 ++- developer-guide/core-features/text-to-speech.mdx | 1 + developer-guide/getting-started/introduction.mdx | 1 + developer-guide/getting-started/quickstart.mdx | 1 + developer-guide/integrations/livekit.mdx | 1 + developer-guide/integrations/n8n.mdx | 1 + developer-guide/integrations/pipecat.mdx | 1 + developer-guide/models-pricing/choosing-a-model.mdx | 3 ++- developer-guide/models-pricing/deprecations.mdx | 3 ++- developer-guide/models-pricing/models-overview.mdx | 3 ++- developer-guide/models-pricing/pricing-and-rate-limits.mdx | 1 + developer-guide/products/story-studio.mdx | 1 + developer-guide/products/tts.mdx | 1 + developer-guide/products/voice-cloning.mdx | 1 + developer-guide/resources/brand.mdx | 1 + developer-guide/resources/coding-agents.mdx | 1 + developer-guide/resources/migration.mdx | 1 + developer-guide/resources/roadmap.mdx | 1 + developer-guide/sdk-guide/javascript/authentication.mdx | 1 + developer-guide/sdk-guide/javascript/installation.mdx | 1 + developer-guide/sdk-guide/javascript/speech-to-text.mdx | 3 ++- developer-guide/sdk-guide/javascript/text-to-speech.mdx | 3 ++- developer-guide/sdk-guide/javascript/voice-cloning.mdx | 1 + developer-guide/sdk-guide/javascript/websocket.mdx | 3 ++- developer-guide/sdk-guide/python/authentication.mdx | 1 + developer-guide/sdk-guide/python/overview.mdx | 1 + developer-guide/sdk-guide/python/speech-to-text.mdx | 1 + developer-guide/sdk-guide/python/text-to-speech.mdx | 1 + developer-guide/sdk-guide/python/voice-cloning.mdx | 1 + developer-guide/sdk-guide/python/websocket.mdx | 1 + developer-guide/self-hosting/docker-deployment.mdx | 1 + developer-guide/self-hosting/local-setup.mdx | 1 + developer-guide/self-hosting/running-inference.mdx | 1 + developer-guide/tutorials/tutorials.mdx | 1 + 49 files changed, 56 insertions(+), 7 deletions(-) diff --git a/archive/python-sdk-legacy/authentication.mdx b/archive/python-sdk-legacy/authentication.mdx index 5ebe507..a9b3db4 100644 --- a/archive/python-sdk-legacy/authentication.mdx +++ b/archive/python-sdk-legacy/authentication.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This documentation is for the legacy Python SDK. Please use the [new Python SDK](/developer-guide/sdk-guide/python) instead. See the [migration guide](/archive/python-sdk-legacy/migration-guide) for help upgrading. diff --git a/archive/python-sdk-legacy/index.mdx b/archive/python-sdk-legacy/index.mdx index 5c8bbda..35b7c5d 100644 --- a/archive/python-sdk-legacy/index.mdx +++ b/archive/python-sdk-legacy/index.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This documentation is for the legacy Python SDK using the Session-based API. This API is deprecated. diff --git a/archive/python-sdk-legacy/installation.mdx b/archive/python-sdk-legacy/installation.mdx index 7f41b75..bfd04bc 100644 --- a/archive/python-sdk-legacy/installation.mdx +++ b/archive/python-sdk-legacy/installation.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This documentation is for the legacy Python SDK. Please use the [new Python SDK](/developer-guide/sdk-guide/python) instead. See the [migration guide](/archive/python-sdk-legacy/migration-guide) for help upgrading. diff --git a/archive/python-sdk-legacy/migration-guide.mdx b/archive/python-sdk-legacy/migration-guide.mdx index 4b8d9a1..6fde7ac 100644 --- a/archive/python-sdk-legacy/migration-guide.mdx +++ b/archive/python-sdk-legacy/migration-guide.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This guide helps you migrate from the legacy `fish_audio_sdk` (Session-based API) to the new `fishaudio` (client-based API) available in `fish-audio-sdk` v1.0+. diff --git a/archive/python-sdk-legacy/speech-to-text.mdx b/archive/python-sdk-legacy/speech-to-text.mdx index f7e90ac..af23ba0 100644 --- a/archive/python-sdk-legacy/speech-to-text.mdx +++ b/archive/python-sdk-legacy/speech-to-text.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This documentation is for the legacy Python SDK. Please use the [new Python SDK](/developer-guide/sdk-guide/python) instead. See the [migration guide](/archive/python-sdk-legacy/migration-guide) for help upgrading. diff --git a/archive/python-sdk-legacy/text-to-speech.mdx b/archive/python-sdk-legacy/text-to-speech.mdx index f46a681..17b98b7 100644 --- a/archive/python-sdk-legacy/text-to-speech.mdx +++ b/archive/python-sdk-legacy/text-to-speech.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This documentation is for the legacy Python SDK. Please use the [new Python SDK](/developer-guide/sdk-guide/python) instead. See the [migration guide](/archive/python-sdk-legacy/migration-guide) for help upgrading. diff --git a/archive/python-sdk-legacy/voice-cloning.mdx b/archive/python-sdk-legacy/voice-cloning.mdx index ca4071f..9e50115 100644 --- a/archive/python-sdk-legacy/voice-cloning.mdx +++ b/archive/python-sdk-legacy/voice-cloning.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This documentation is for the legacy Python SDK. Please use the [new Python SDK](/developer-guide/sdk-guide/python) instead. See the [migration guide](/archive/python-sdk-legacy/migration-guide) for help upgrading. diff --git a/archive/python-sdk-legacy/websocket.mdx b/archive/python-sdk-legacy/websocket.mdx index c0210cd..b7ecd4f 100644 --- a/archive/python-sdk-legacy/websocket.mdx +++ b/archive/python-sdk-legacy/websocket.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This documentation is for the legacy Python SDK. Please use the [new Python SDK](/developer-guide/sdk-guide/python) instead. See the [migration guide](/archive/python-sdk-legacy/migration-guide) for help upgrading. diff --git a/contributing.mdx b/contributing.mdx index d30372c..d48f625 100644 --- a/contributing.mdx +++ b/contributing.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + # Contributing to Fish Audio First off, thanks for taking the time to contribute! diff --git a/developer-guide/best-practices/emotion-control.mdx b/developer-guide/best-practices/emotion-control.mdx index c704263..3b70fc4 100644 --- a/developer-guide/best-practices/emotion-control.mdx +++ b/developer-guide/best-practices/emotion-control.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Overview Control how your AI voice expresses emotions, from happy and excited to sad and contemplative. Add natural pauses, laughter, and other human-like elements to make speech more engaging. diff --git a/developer-guide/best-practices/real-time-streaming.mdx b/developer-guide/best-practices/real-time-streaming.mdx index f1e8004..a9258bb 100644 --- a/developer-guide/best-practices/real-time-streaming.mdx +++ b/developer-guide/best-practices/real-time-streaming.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Overview Real-time streaming lets you generate speech as you type or speak, perfect for chatbots, virtual assistants, and live applications. diff --git a/developer-guide/best-practices/voice-cloning.mdx b/developer-guide/best-practices/voice-cloning.mdx index 9b0534b..a193078 100644 --- a/developer-guide/best-practices/voice-cloning.mdx +++ b/developer-guide/best-practices/voice-cloning.mdx @@ -40,6 +40,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; ]} /> + ## Getting Started Voice cloning lets you create a digital version of any voice. Use at least 10 seconds of audio recording for studio-quality results right in the Playground or via the API. diff --git a/developer-guide/core-features/creating-models.mdx b/developer-guide/core-features/creating-models.mdx index 49cc03e..cd1b0e3 100644 --- a/developer-guide/core-features/creating-models.mdx +++ b/developer-guide/core-features/creating-models.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Overview Create custom voice models to generate consistent, high-quality speech. You can create models through our web interface or programmatically via API. diff --git a/developer-guide/core-features/emotions.mdx b/developer-guide/core-features/emotions.mdx index c39cbe8..ed1adf7 100644 --- a/developer-guide/core-features/emotions.mdx +++ b/developer-guide/core-features/emotions.mdx @@ -45,6 +45,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Overview Fish Audio models support 64+ emotional expressions and voice styles that can be controlled through text markers in your input. Add natural pauses, laughter, and other human-like elements to make speech more engaging and realistic. diff --git a/developer-guide/core-features/fine-grained-control.mdx b/developer-guide/core-features/fine-grained-control.mdx index 9279fce..278fd02 100644 --- a/developer-guide/core-features/fine-grained-control.mdx +++ b/developer-guide/core-features/fine-grained-control.mdx @@ -40,6 +40,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Getting Started To use fine-grained control, you can use either our SDK, API, or Playground. diff --git a/developer-guide/core-features/speech-to-text.mdx b/developer-guide/core-features/speech-to-text.mdx index d038f6e..8cd2f3f 100644 --- a/developer-guide/core-features/speech-to-text.mdx +++ b/developer-guide/core-features/speech-to-text.mdx @@ -5,7 +5,7 @@ icon: "microphone-lines" --- import { AudioTranscript } from '/snippets/audio-transcript.jsx'; -{/* speak-mintlify-hash: 45153ea4c7d7129dff7a244fbcd1da2e9d5269732e9db0b7b1cbd10afaeef876 */} +{/* speak-mintlify-hash: d76297f22aba43ae28b2b18a4102cd1dd58a82a461670bbb30192a9195ae5bda */} + ## Overview Transform any audio recording into text with Fish Audio's speech recognition. Perfect for transcriptions, subtitles, and voice commands. diff --git a/developer-guide/core-features/text-to-speech.mdx b/developer-guide/core-features/text-to-speech.mdx index 0e857d7..200a0ec 100644 --- a/developer-guide/core-features/text-to-speech.mdx +++ b/developer-guide/core-features/text-to-speech.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Overview Transform any text into natural, expressive speech using Fish Audio's advanced TTS models. Choose from pre-made voices or use your own cloned voices. diff --git a/developer-guide/getting-started/introduction.mdx b/developer-guide/getting-started/introduction.mdx index 840998e..ca9680e 100644 --- a/developer-guide/getting-started/introduction.mdx +++ b/developer-guide/getting-started/introduction.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## What is Fish Audio? Fish Audio is a cutting-edge AI platform for voice generation, voice cloning, and audio storytelling. diff --git a/developer-guide/getting-started/quickstart.mdx b/developer-guide/getting-started/quickstart.mdx index 2b2f7bc..c7647e0 100644 --- a/developer-guide/getting-started/quickstart.mdx +++ b/developer-guide/getting-started/quickstart.mdx @@ -42,6 +42,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Overview This guide will walk you through generating your first text-to-speech audio with Fish Audio. By the end, you'll have converted text into natural-sounding speech using our API. diff --git a/developer-guide/integrations/livekit.mdx b/developer-guide/integrations/livekit.mdx index 721eeeb..dc5aec6 100644 --- a/developer-guide/integrations/livekit.mdx +++ b/developer-guide/integrations/livekit.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + [LiveKit Agents](https://github.com/livekit/agents) is an open source framework for building real-time voice and multimodal AI agents. It handles streaming audio pipelines, turn detection, interruptions, and LLM orchestration so you can focus on your agent's behavior. Fish Audio integrates with LiveKit through the `fishaudio` plugin, providing text-to-speech synthesis with support for both chunked and real-time WebSocket streaming modes. diff --git a/developer-guide/integrations/n8n.mdx b/developer-guide/integrations/n8n.mdx index 614e1fe..3df9436 100644 --- a/developer-guide/integrations/n8n.mdx +++ b/developer-guide/integrations/n8n.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + [n8n](https://n8n.io/) is a fair-code licensed workflow automation platform. The Fish Audio community node brings text-to-speech, speech-to-text, and voice cloning capabilities to your n8n workflows. ## Installation diff --git a/developer-guide/integrations/pipecat.mdx b/developer-guide/integrations/pipecat.mdx index 1a0febb..04df043 100644 --- a/developer-guide/integrations/pipecat.mdx +++ b/developer-guide/integrations/pipecat.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + [Pipecat](https://github.com/pipecat-ai/pipecat) is an open source framework for building voice and multimodal conversational AI. It handles the orchestration of audio, AI services, and conversation pipelines so you can focus on what makes your agent unique. Fish Audio integrates with Pipecat through `FishAudioTTSService`, which provides real-time text-to-speech synthesis using WebSocket streaming for low-latency conversational applications. diff --git a/developer-guide/models-pricing/choosing-a-model.mdx b/developer-guide/models-pricing/choosing-a-model.mdx index 9cce090..3a03b14 100644 --- a/developer-guide/models-pricing/choosing-a-model.mdx +++ b/developer-guide/models-pricing/choosing-a-model.mdx @@ -7,7 +7,7 @@ icon: "magnifying-glass" import Support from '/snippets/support.mdx'; import { AudioTranscript } from '/snippets/audio-transcript.jsx'; -{/* speak-mintlify-hash: 8694f3292baffaf58d3a2365d5564e3e69b181f9e418f23af32d320803a37df2 */} +{/* speak-mintlify-hash: 9ceeae8d692c3471e65687cc8770a2d3d31b5554c6e9ac6dfd77a1f477e716c1 */} + We recommend using **Fish Audio S2-Pro** for all projects - our flagship model with industry-leading quality and performance. \ No newline at end of file diff --git a/developer-guide/models-pricing/deprecations.mdx b/developer-guide/models-pricing/deprecations.mdx index 9d37dfd..9cd9051 100644 --- a/developer-guide/models-pricing/deprecations.mdx +++ b/developer-guide/models-pricing/deprecations.mdx @@ -7,7 +7,7 @@ icon: "triangle-exclamation" import Support from '/snippets/support.mdx'; import { AudioTranscript } from '/snippets/audio-transcript.jsx'; -{/* speak-mintlify-hash: df0b5d69cb7ad17a8a39c50aea4dfa687d3e50b58074e70a7d4e45ef78c849aa */} +{/* speak-mintlify-hash: 7ef952be0ed6f40790be341c025da97ee160cd82ce9381d85ccc22323a1f81a2 */} + ## Available Models Currently available models: diff --git a/developer-guide/models-pricing/models-overview.mdx b/developer-guide/models-pricing/models-overview.mdx index 1733310..0bdf3d7 100644 --- a/developer-guide/models-pricing/models-overview.mdx +++ b/developer-guide/models-pricing/models-overview.mdx @@ -7,7 +7,7 @@ icon: "layer-group" import Support from '/snippets/support.mdx'; import { AudioTranscript } from '/snippets/audio-transcript.jsx'; -{/* speak-mintlify-hash: fa36982d5c168da6dca1130119458960d7b9f76780ea74ac5038681ddce968c1 */} +{/* speak-mintlify-hash: 4395e380edbecf49d53e7f3467921d76195bec8400ac22b5a37c2b3c52613a29 */} + ## Available Models Fish Audio offers state-of-the-art text-to-speech models optimized for different use cases and performance requirements. diff --git a/developer-guide/models-pricing/pricing-and-rate-limits.mdx b/developer-guide/models-pricing/pricing-and-rate-limits.mdx index 89ebf3c..a05e730 100644 --- a/developer-guide/models-pricing/pricing-and-rate-limits.mdx +++ b/developer-guide/models-pricing/pricing-and-rate-limits.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## API Pricing The Fish Audio API uses pay-as-you-go pricing based on actual usage. There are no subscription fees or monthly minimums for API access. diff --git a/developer-guide/products/story-studio.mdx b/developer-guide/products/story-studio.mdx index 9b0a70c..8c2d710 100644 --- a/developer-guide/products/story-studio.mdx +++ b/developer-guide/products/story-studio.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + Coming soon! We're preparing comprehensive documentation for Story Studio. diff --git a/developer-guide/products/tts.mdx b/developer-guide/products/tts.mdx index 66b6db8..3bbe040 100644 --- a/developer-guide/products/tts.mdx +++ b/developer-guide/products/tts.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + Coming soon! We're preparing comprehensive documentation for our Text-to-Speech web interface. diff --git a/developer-guide/products/voice-cloning.mdx b/developer-guide/products/voice-cloning.mdx index 54d6f3f..09afc11 100644 --- a/developer-guide/products/voice-cloning.mdx +++ b/developer-guide/products/voice-cloning.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + Coming soon! We're preparing comprehensive documentation for our Voice Cloning web interface. diff --git a/developer-guide/resources/brand.mdx b/developer-guide/resources/brand.mdx index 9db71b3..45ffa0b 100644 --- a/developer-guide/resources/brand.mdx +++ b/developer-guide/resources/brand.mdx @@ -42,6 +42,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Logo ### Wordmark diff --git a/developer-guide/resources/coding-agents.mdx b/developer-guide/resources/coding-agents.mdx index c94c13e..26c42d2 100644 --- a/developer-guide/resources/coding-agents.mdx +++ b/developer-guide/resources/coding-agents.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Overview Integrate Fish Audio's comprehensive documentation directly into your AI coding assistants. Using MCP (Model Context Protocol), coding agents like Claude Code, Cursor, and Windsurf can access our latest API references, guides, and examples in real-time. diff --git a/developer-guide/resources/migration.mdx b/developer-guide/resources/migration.mdx index 38a8499..d14fb71 100644 --- a/developer-guide/resources/migration.mdx +++ b/developer-guide/resources/migration.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + Coming soon! We're preparing comprehensive migration guides to help you seamlessly switch to Fish Audio. diff --git a/developer-guide/resources/roadmap.mdx b/developer-guide/resources/roadmap.mdx index e6decd3..85825d4 100644 --- a/developer-guide/resources/roadmap.mdx +++ b/developer-guide/resources/roadmap.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Roadmap Explore what's coming next for Fish Audio. Our roadmap reflects our current priorities and vision for the platform. diff --git a/developer-guide/sdk-guide/javascript/authentication.mdx b/developer-guide/sdk-guide/javascript/authentication.mdx index a86aea0..a73172b 100644 --- a/developer-guide/sdk-guide/javascript/authentication.mdx +++ b/developer-guide/sdk-guide/javascript/authentication.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Prerequisites diff --git a/developer-guide/sdk-guide/javascript/installation.mdx b/developer-guide/sdk-guide/javascript/installation.mdx index 5349c2b..46f408f 100644 --- a/developer-guide/sdk-guide/javascript/installation.mdx +++ b/developer-guide/sdk-guide/javascript/installation.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + To use the Fish Audio API in server-side JavaScript environments like Node.js, Deno, or Bun, you can use the official [Fish Audio SDK for TypeScript and JavaScript](https://www.npmjs.com/package/fish-audio). diff --git a/developer-guide/sdk-guide/javascript/speech-to-text.mdx b/developer-guide/sdk-guide/javascript/speech-to-text.mdx index cff37f1..de77c52 100644 --- a/developer-guide/sdk-guide/javascript/speech-to-text.mdx +++ b/developer-guide/sdk-guide/javascript/speech-to-text.mdx @@ -7,7 +7,7 @@ icon: "microphone-lines" import Prerequisites from '/snippets/prerequisites.mdx'; import { AudioTranscript } from '/snippets/audio-transcript.jsx'; -{/* speak-mintlify-hash: db549b2a658341874769f07fb1a9570ea730773cc12027bbc6a1571f8f11e84d */} +{/* speak-mintlify-hash: e413397f313f01574283793309833959152e13d765e0a0e0b1112957102fc8f9 */} + ## Prerequisites diff --git a/developer-guide/sdk-guide/javascript/text-to-speech.mdx b/developer-guide/sdk-guide/javascript/text-to-speech.mdx index e8dca2d..331a4fc 100644 --- a/developer-guide/sdk-guide/javascript/text-to-speech.mdx +++ b/developer-guide/sdk-guide/javascript/text-to-speech.mdx @@ -7,7 +7,7 @@ icon: "microphone" import Prerequisites from '/snippets/prerequisites.mdx'; import { AudioTranscript } from '/snippets/audio-transcript.jsx'; -{/* speak-mintlify-hash: c06fa1f38f17bb2d142c070fbea2fd8a0da621cc9ff4c2b2fc87ffa17f8dbcd5 */} +{/* speak-mintlify-hash: fc17eef01159e7d16739b323c5a330a562a917a11e29489e3ccfc436fe8c5841 */} + ## Prerequisites diff --git a/developer-guide/sdk-guide/javascript/voice-cloning.mdx b/developer-guide/sdk-guide/javascript/voice-cloning.mdx index 2cd3f16..d633e7b 100644 --- a/developer-guide/sdk-guide/javascript/voice-cloning.mdx +++ b/developer-guide/sdk-guide/javascript/voice-cloning.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Prerequisites diff --git a/developer-guide/sdk-guide/javascript/websocket.mdx b/developer-guide/sdk-guide/javascript/websocket.mdx index 287a79f..4b6f24c 100644 --- a/developer-guide/sdk-guide/javascript/websocket.mdx +++ b/developer-guide/sdk-guide/javascript/websocket.mdx @@ -7,7 +7,7 @@ icon: "bolt" import Prerequisites from '/snippets/prerequisites.mdx'; import { AudioTranscript } from '/snippets/audio-transcript.jsx'; -{/* speak-mintlify-hash: c26af45785121ffefc415b26da7b356b1ef2b2d990dcf69a18c6eb6452098908 */} +{/* speak-mintlify-hash: ad7ba016bd2904359639932e55d311b20f2b15ef5a61fdef2e2618da18ea8264 */} + ## Prerequisites diff --git a/developer-guide/sdk-guide/python/authentication.mdx b/developer-guide/sdk-guide/python/authentication.mdx index 272817f..3efd18e 100644 --- a/developer-guide/sdk-guide/python/authentication.mdx +++ b/developer-guide/sdk-guide/python/authentication.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Get Your API Key diff --git a/developer-guide/sdk-guide/python/overview.mdx b/developer-guide/sdk-guide/python/overview.mdx index c91094c..8fd9a72 100644 --- a/developer-guide/sdk-guide/python/overview.mdx +++ b/developer-guide/sdk-guide/python/overview.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This guide will walk you through installation, authentication, and core features. diff --git a/developer-guide/sdk-guide/python/speech-to-text.mdx b/developer-guide/sdk-guide/python/speech-to-text.mdx index 595f192..128fc55 100644 --- a/developer-guide/sdk-guide/python/speech-to-text.mdx +++ b/developer-guide/sdk-guide/python/speech-to-text.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Prerequisites diff --git a/developer-guide/sdk-guide/python/text-to-speech.mdx b/developer-guide/sdk-guide/python/text-to-speech.mdx index e703048..aff62b1 100644 --- a/developer-guide/sdk-guide/python/text-to-speech.mdx +++ b/developer-guide/sdk-guide/python/text-to-speech.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Prerequisites diff --git a/developer-guide/sdk-guide/python/voice-cloning.mdx b/developer-guide/sdk-guide/python/voice-cloning.mdx index 2c65b25..cfa49a2 100644 --- a/developer-guide/sdk-guide/python/voice-cloning.mdx +++ b/developer-guide/sdk-guide/python/voice-cloning.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Prerequisites diff --git a/developer-guide/sdk-guide/python/websocket.mdx b/developer-guide/sdk-guide/python/websocket.mdx index 4194449..261f699 100644 --- a/developer-guide/sdk-guide/python/websocket.mdx +++ b/developer-guide/sdk-guide/python/websocket.mdx @@ -41,6 +41,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + ## Prerequisites diff --git a/developer-guide/self-hosting/docker-deployment.mdx b/developer-guide/self-hosting/docker-deployment.mdx index 5041b52..8ea1385 100644 --- a/developer-guide/self-hosting/docker-deployment.mdx +++ b/developer-guide/self-hosting/docker-deployment.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + Fish Audio provides Docker images for both WebUI and API server deployments. You can use pre-built images from Docker Hub or build custom images locally. ## Prerequisites diff --git a/developer-guide/self-hosting/local-setup.mdx b/developer-guide/self-hosting/local-setup.mdx index fbcf525..abbc186 100644 --- a/developer-guide/self-hosting/local-setup.mdx +++ b/developer-guide/self-hosting/local-setup.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + This guide is for advanced users who want to self-host Fish Audio models. For most users, we recommend using the [Fish Audio API](https://fish.audio) for easier integration and automatic updates. diff --git a/developer-guide/self-hosting/running-inference.mdx b/developer-guide/self-hosting/running-inference.mdx index d3704c7..e0759bf 100644 --- a/developer-guide/self-hosting/running-inference.mdx +++ b/developer-guide/self-hosting/running-inference.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + Fish Audio supports multiple inference methods: command line, HTTP API, WebUI, and GUI. Choose the method that best fits your workflow. diff --git a/developer-guide/tutorials/tutorials.mdx b/developer-guide/tutorials/tutorials.mdx index d090256..cf53c51 100644 --- a/developer-guide/tutorials/tutorials.mdx +++ b/developer-guide/tutorials/tutorials.mdx @@ -39,6 +39,7 @@ import { AudioTranscript } from '/snippets/audio-transcript.jsx'; } ]} /> + Coming soon! We're preparing comprehensive tutorials and examples to help you get the most out of Fish Audio.