com.rest.elevenlabs

A non-official Eleven Labs voice synthesis client for Unity (UPM)

MIT License

Stars
76
Committers
2

Bot releases are hidden (Show)

com.rest.elevenlabs - com.rest.elevenlabs 3.3.1

Published by StephenHodgson about 1 month ago

What's Changed

  • Fix DubbingRequest.DropBackgroundAudio flag not properly being set
  • Added DubbingRequest.UseProfanityFilter flag
  • Added previous text input parameter to TextToSpeechRequest by @Bvanderwolf

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.3.0...3.3.1

com.rest.elevenlabs - com.rest.elevenlabs 3.3.0

Published by StephenHodgson about 2 months ago

What's Changed

  • Added ability to specify fully customizable domain proxies
  • Added env var parsing for ELEVENLABS_API_KEY
  • Added Copy Button for the Voice ID to Voice Lab Dashboard
  • Added Shared Voices API
  • Added SoundEffects API endpoints
  • Added Dubbing API endpoints
  • Updated models
  • Updated com.utilities.rest -> 2.5.7

First Time Contributor

  • @AmarTrivedi1

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.9...3.3.0

com.rest.elevenlabs - com.rest.elevenlabs 3.2.9 Latest Release

Published by StephenHodgson 8 months ago

What's Changed

  • update com.utilities.rest -> 2.5.3

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.8...3.2.9

com.rest.elevenlabs - com.rest.elevenlabs 3.2.8

Published by StephenHodgson 8 months ago

What's Changed

  • Fixed Awaiters reference

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.7...3.2.8

com.rest.elevenlabs - com.rest.elevenlabs 3.2.7

Published by StephenHodgson 8 months ago

What's Changed

  • enable optional settings download when requesting all voices by @IS4Code

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.6...3.2.7

com.rest.elevenlabs - com.rest.elevenlabs 3.2.6

Published by StephenHodgson 8 months ago

What's Changed

  • updated com.utilities.rest -> 2.5.2
  • updated com.utilities.encoder.ogg -> 3.1.4

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.5...3.2.6

com.rest.elevenlabs - com.rest.elevenlabs 3.2.5

Published by StephenHodgson 9 months ago

What's Changed

  • enabled VoiceClip to be Serializable

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.4...3.2.5

com.rest.elevenlabs - com.rest.elevenlabs 3.2.4

Published by StephenHodgson 9 months ago

What's Changed

  • fixed streaming text to speech endpoint
    • voice clip returning empty
    • application freeze when encoding pcm to ogg
  • updated TextToSpeechDemo
  • added client.ctr override to pass in configuration
  • updated com.utilities.rest -> 2.5.1
  • updated com.utilities.encoder.ogg -> 3.1.3

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.3...3.2.4

com.rest.elevenlabs - com.rest.elevenlabs 3.2.3

Published by StephenHodgson 9 months ago

What's Changed

  • updated com.utilities.rest -> 2.5.0
  • updated com.utilities.encoder.ogg 3.1.2
  • updated editor version to 2022.3.16f1 LTS

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.2...3.2.3

com.rest.elevenlabs - com.rest.elevenlabs 3.2.2

Published by StephenHodgson 10 months ago

What's Changed

  • updated com.utilities.encoder.ogg -> 3.1.1

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.1...3.2.2

com.rest.elevenlabs - com.rest.elevenlabs 3.2.1

Published by StephenHodgson 10 months ago

What's Changed

  • make TextToSpeechRequest public
  • fix text encoding bug

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.2.0...3.2.1

com.rest.elevenlabs - com.rest.elevenlabs 3.2.0

Published by StephenHodgson 10 months ago

What's Changed

  • updated com.utilities.rest -> 2.4.0
  • fixed text to speech request encoding if test is encoded to something other than utf8

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.1.2...3.2.0

com.rest.elevenlabs - com.rest.elevenlabs 3.1.2

Published by StephenHodgson 10 months ago

What's Changed

  • fixed settings config lookup

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.1.1...3.1.2

com.rest.elevenlabs - com.rest.elevenlabs 3.1.1

Published by StephenHodgson 11 months ago

What's Changed

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

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.1.0...3.1.1

com.rest.elevenlabs - com.rest.elevenlabs 3.1.0

Published by StephenHodgson 11 months ago

What's Changed

  • updated authentication
  • updated unit tests

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.0.4...3.1.0

com.rest.elevenlabs - com.rest.elevenlabs 3.0.4

Published by StephenHodgson 11 months ago

What's Changed

  • Misc fixes to dashboard

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.0.3...3.0.4

com.rest.elevenlabs - com.rest.elevenlabs 3.0.3

Published by StephenHodgson 12 months ago

What's Changed

  • updated com.utilities.rest -> 2.2.5

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.0.2...3.0.3

com.rest.elevenlabs - com.rest.elevenlabs 3.0.2

Published by StephenHodgson 12 months ago

What's Changed

  • Fixed partial clip sample rate not being set correctly

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.0.1...3.0.2

com.rest.elevenlabs - com.rest.elevenlabs 3.0.1

Published by StephenHodgson 12 months ago

What's Changed

  • Fixed unit test
  • Updated docs
  • Added missing icons

Full Changelog: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/3.0.0...3.0.1

com.rest.elevenlabs - com.rest.elevenlabs 3.0.0

Published by StephenHodgson 12 months ago

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: https://github.com/RageAgainstThePixel/com.rest.elevenlabs/compare/2.0.8...3.0.0