generated from RageAgainstThePixel/upm-template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.rest.elevenlabs 3.4.0 #100
Merged
Merged
Conversation
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
- com.utilities.rest -> 3.2.5 - com.utilities.encoder.ogg -> 3.1.5
…lar-and-streaming-versions
…ids (#103) Adds previous_text, next_text, previous_request_ids and next_request_ids
…lar-and-streaming-versions
…lar-and-streaming-versions
…TranscribedAudioClip.cs Co-authored-by: Stephen Hodgson <[email protected]>
…versions' of https://github.com/RageAgainstThePixel/com.rest.elevenlabs into adds-WithTimestamp-functions-for-regular-and-streaming-versions # Conflicts: # ElevenLabs/Packages/com.rest.elevenlabs/Runtime/Models/PartialTranscribedAudioClip.cs
Adds streaming versions and refactors code significantly to avoid duplication
updated VoiceClip with TimestampedTranscriptCharacters internal setter
This was
linked to
issues
Nov 24, 2024
refactored text to speech endpoint calls
This was
linked to
issues
Nov 25, 2024
…treaming playback refactored demo scene and improved streaming
github-actions bot
pushed a commit
that referenced
this pull request
Nov 25, 2024
- com.utilities.rest -> 3.3.0 - com.utilities.encoder.ogg -> 4.0.2 - Added additional request properties for TextToSpeechRequest - `previous_text`, `next_text`, `previous_request_ids`, `next_request_ids`, `languageCode`, `withTimestamps` - `cacheFormat` which can be `None`, `Wav`, or `Ogg` - Added support for transcription timestamps by @tomkail - Added support for language code in TextToSpeechRequest @Mylan719 - Refactored `VoiceClip` - clip samples and data are now prioritized over the `AudioClip` - audioClip will not be created until you access the `VoiceClip.AudioClip` property - if an audio clip is not loaded, you can load it with `LoadCachedAudioClipAsync` - Refactored demo scene to use `OnAudioFilterRead` to better quality stream playback --------- Co-authored-by: Milan Mikuš <[email protected]> Co-authored-by: Milan Mikuš <[email protected]> Co-authored-by: Tom Kail <[email protected]> Co-authored-by: Tom Kail <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
previous_text
,next_text
,previous_request_ids
,next_request_ids
,languageCode
,withTimestamps
cacheFormat
which can beNone
,Wav
, orOgg
VoiceClip
AudioClip
VoiceClip.AudioClip
propertyLoadCachedAudioClipAsync
OnAudioFilterRead
to better quality stream playback