Skip to content

Releases: RageAgainstThePixel/com.rest.elevenlabs

com.rest.elevenlabs 3.0.2

30 Oct 17:02
Compare
Choose a tag to compare

What's Changed

  • Fixed partial clip sample rate not being set correctly

Full Changelog: 3.0.1...3.0.2

com.rest.elevenlabs 3.0.1

29 Oct 18:38
Compare
Choose a tag to compare

What's Changed

  • Fixed unit test
  • Updated docs
  • Added missing icons

Full Changelog: 3.0.0...3.0.1

com.rest.elevenlabs 3.0.0

29 Oct 17:38
Compare
Choose a tag to compare

What's Changed

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.
    • Added Text To Speech Demo scene which includes streaming by default.
  • 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 (only supports PCM format for streaming)
  • 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

Full Changelog: 2.0.8...3.0.0

com.rest.elevenlabs 2.0.8

28 Sep 17:24
Compare
Choose a tag to compare

What's Changed

  • Added CreateVoiceRequest.Description

Full Changelog: 2.0.7...2.0.8

com.rest.elevenlabs 2.0.7

28 Sep 16:58
Compare
Choose a tag to compare

What's Changed

  • Added Voice.HighQualityBaseModelIds
  • Bumped deps

New Contributors

Full Changelog: 2.0.6...2.0.7

com.rest.elevenlabs 2.0.6

15 Aug 21:56
Compare
Choose a tag to compare

What's Changed

  • bump deps
  • updated editor to 2022.3.7f1 LTS

Full Changelog: 2.0.5...2.0.6

com.rest.elevenlabs 2.0.5

14 Jul 23:54
Compare
Choose a tag to compare

What's Changed

  • updated voice settings
    • added speaker boost and style options

Full Changelog: 2.0.4...2.0.5

com.rest.elevenlabs 2.0.4

01 Jul 20:07
Compare
Choose a tag to compare

What's Changed

  • fixed a bug when resetting voice options to default

Full Changelog: 2.0.3...2.0.4

com.rest.elevenlabs 2.0.3

29 Jun 03:18
Compare
Choose a tag to compare

What's Changed

  • Updated docs

Full Changelog: 2.0.2...2.0.3

com.rest.elevenlabs 2.0.2

29 Jun 03:11
Compare
Choose a tag to compare

What's Changed

  • added a way to specify global voice setting in ElevenLabsConfiguration

Full Changelog: 2.0.1...2.0.2