Fish Audio Python SDK
To provide convenient Python program integration for https://docs.fish.audio.Install
Usage
New SDK (Recommended)
The new SDK uses thefishaudio module:
Legacy SDK
The legacy SDK uses thefish_audio_sdk module. Initialize a Session to use APIs. All APIs have synchronous and asynchronous versions. If you want to use the asynchronous version of the API, you only need to rewrite the original session.api_call(...) to session.api_call.awaitable(...).
Text to speech
Reference Audio
ReferenceAudio in TTSRequest:

