Skip to content
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 30 commits into from
Nov 25, 2024
Merged

com.rest.elevenlabs 3.4.0 #100

merged 30 commits into from
Nov 25, 2024

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Nov 2, 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

StephenHodgson and others added 21 commits November 2, 2024 14:03
- com.utilities.rest -> 3.2.5
- com.utilities.encoder.ogg -> 3.1.5
…ids (#103)

Adds previous_text, next_text, previous_request_ids and next_request_ids
…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
@StephenHodgson StephenHodgson marked this pull request as ready for review November 24, 2024 22:00
updated VoiceClip with TimestampedTranscriptCharacters internal setter
refactored text to speech endpoint calls
@StephenHodgson StephenHodgson marked this pull request as ready for review November 25, 2024 05:47
@StephenHodgson StephenHodgson merged commit 3fca11c into main Nov 25, 2024
11 checks passed
@StephenHodgson StephenHodgson deleted the development branch November 25, 2024 06:01
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
Labels
None yet
Projects
None yet
2 participants