-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring to support latest API changes - Biggest Change is the new VoiceClip signature for all endpoints which contains all the information about the generated clip. - Refactored HistoryEndpoint - Made HistoryInfo public - GetHistoryAsync now returns HistoryInfo and contains additional pageSize and startAfter properties - Added GetHistoryItemAsync - Renamed GetHistoryAudioAsync -> DownloadHistoryAudioAsync - DownloadHistoryItemsAsync now returns a list of VoiceClips, and no longer asks for saveDirectory - HistoryItem.TextHash was modified to generate hash based on item id, instead of voiceId - Refactored ModelsEndpoint - Added Model.MultiLingualV2 - Refactored TextToSpeechEndpoint - Refactored TextToSpeechAsync - Removed saveDirectory parameter - Removed deleteCachedFile parameter - Added outputFormat parameter - Changed return type to VoiceClip - Refactored StreamTextToSpeechAsync - Removed saveDirectory parameter - Removed deleteCachedFile parameter - Added outputFormat - Added partialClipCallback for queuing and playing partial clips as they are received - Refactored VoiceGenerationEndpoint - Renamed GenerateVoiceAsync -> GenerateVoicePreviewAsync - Removed saveDirectory parameter - Renamed GeneratedVoiceRequest -> GeneratedVoicePreviewRequest - Refactored VoicesEndpoint - Preserve default values in VoiceSettings - Refactored GetVoiceAsync - withSettings parameter is now false by default per API - Renamed GetVoiceSampleAsync -> DownloadVoiceSampleAsync - Changed return type to VoiceClip - Removed saveDirectory parameter
- Loading branch information
1 parent
76d4407
commit 38cd9a7
Showing
25 changed files
with
491 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.