Skip to content

Releases: RageAgainstThePixel/ElevenLabs-DotNet

ElevenLabs-DotNet 2.1.1

15 Feb 18:48
cce4288
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 2.1.1 by @IS4Code in #36
    • Added VoicesEndpoint.GetAllVoicesAsync overload that allows skipping downloading the voice settings

Full Changelog: 2.1.0...2.1.1

ElevenLabs-DotNet 2.1.0

29 Nov 23:35
da3200e
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 2.1.0 by @StephenHodgson in #31
    • Added ElevenLabsClient.EnableDebug option to enable and disable for all endpoints
    • Synced changes from unity package
    • Updated unit test
    • Updated docs

Full Changelog: 2.0.3...2.1.0

ElevenLabs-DotNet 2.0.3

15 Nov 22:05
8637b61
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 2.0.3 by @ed-sparkes in #30
    • Fixed text to speech streaming

New Contributors

Full Changelog: 2.0.2...2.0.3

ElevenLabs-DotNet 2.0.2

14 Nov 15:11
a87c1fe
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 2.0.2 by @IS4Code in #28
    • Added μ-law format

New Contributors

Full Changelog: 2.0.1...2.0.2

ElevenLabs-DotNet 2.0.1

11 Nov 13:30
1828fe8
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 2.0.1 by @StephenHodgson in #27
    • Pass some cancellation tokens to internals

Full Changelog: 2.0.0...2.0.1

ElevenLabs-DotNet 2.0.0

29 Oct 18:48
38cd9a7
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 2.0.0 by @StephenHodgson in #26
    • 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

Full Changelog: 1.3.6...2.0.0

ElevenLabs-DotNet 1.3.6

28 Sep 17:27
76d4407
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 1.3.6 by @StephenHodgson in #24
    • Added Voice.HighQualityBaseModelIds
    • Added CreateVoiceRequest.Description

New Contributors

@PeterJarrettUK

Full Changelog: 1.3.5...1.3.6

ElevenLabs 1.3.5

14 Jul 23:21
605fad8
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 1.3.5 by @Vexthecollector in #20
    • updated voice settings
      • added style and use_speaker_boost

New Contributors

Full Changelog: 1.3.4...1.3.5

ElevenLabs-DotNet 1.3.4

29 May 15:42
9158c5a
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 1.3.4 by @StephenHodgson in #18
    • Added VoiceSettings setters for convience
    • Added voice validation in tts endpoint

Full Changelog: 1.3.3...1.3.4

ElevenLabs-DotNet 1.3.3

21 May 03:04
fe699e9
Compare
Choose a tag to compare

What's Changed

  • ElevenLabs-DotNet 1.3.3 by @StephenHodgson in #16
    • Assign default voice names
    • Get voice details if missing in tts

Full Changelog: 1.3.2...1.3.3