Skip to content

Commit

Permalink
Expose Prosody PaginatedResponse ModelEntity (fishaudio#9)
Browse files Browse the repository at this point in the history
- Expose ModelEntity class to users of the SDK to facilitate
  processing info about voice models
- Expose PaginatedResponse to facilitate processing of return of
  list_models API endpoint
- Expose Prosody to allow control of volume gain and speed multiplier
  on TTS jobs

Signed-off-by: Ahmed Mansour <[email protected]>
  • Loading branch information
Ahmed Mansour committed Jan 12, 2025
1 parent 6f0e8f4 commit 1850560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fish_audio_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
"ASRRequest",
"WebSocketSession",
"AsyncWebSocketSession",
"Prosody",
"PaginatedResponse",
"ModelEntity",
]

0 comments on commit 1850560

Please sign in to comment.