Skip to content

Releases: RageAgainstThePixel/com.rest.elevenlabs

com.rest.elevenlabs 3.1.1

29 Nov 23:33
Compare
Choose a tag to compare

What's Changed

  • synced changes from dotnet package
  • updated unit tests
  • updated docs

Full Changelog: 3.1.0...3.1.1

com.rest.elevenlabs 3.1.0

29 Nov 17:06
Compare
Choose a tag to compare

What's Changed

  • updated authentication
  • updated unit tests

Full Changelog: 3.0.4...3.1.0

com.rest.elevenlabs 3.0.4

11 Nov 13:16
Compare
Choose a tag to compare

What's Changed

  • Misc fixes to dashboard

Full Changelog: 3.0.3...3.0.4

com.rest.elevenlabs 3.0.3

03 Nov 00:08
Compare
Choose a tag to compare

What's Changed

  • updated com.utilities.rest -> 2.2.5

Full Changelog: 3.0.2...3.0.3

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