Fish Audio Python is the official Python SDK for working with the Fish Audio platform. It gives developers a programmatic way to access Fish Audio features such as text-to-speech generation, audio playback, saving output files, and API-based voice workflows. The package is designed for Python applications that need speech generation without manually handling raw HTTP requests. It supports synchronous usage for simple scripts and provides utilities that make generated audio easier to play or export. The SDK is useful for developers building voice products, prototypes, assistants, content tools, or automated audio pipelines. Its main value is simplifying integration with Fish Audio services through a clean Python interface.
Features
- Official Fish Audio Python SDK
- Text-to-speech API access
- Simple synchronous usage pattern
- Audio playback utility support
- Generated audio file saving
- Python 3.9 or higher compatibility