Releases: HumeAI/hume-typescript-sdk
Releases · HumeAI/hume-typescript-sdk
0.9.17
What's Changed
- 🌿 Fern Regeneration -- April 2, 2025 by @fern-api in #303
- Introduce
hume.tts.voices.listandhume.tts.voices.deletemethods for managing your Voice Library.
- Introduce
- 🌿 Fern Regeneration -- April 2, 2025 by @fern-api in #307
- (fix) change
hume.tts.synthesizeJsonStreamingto yield a newSnippetAudioChunktype. The previous typeSnippetcaused deserialization errors.
- (fix) change
- 🌿 Fern Regeneration -- April 2, 2025 by @fern-api in #309
Full Changelog: 0.9.15...0.9.17
0.9.15
What's Changed
- 🌿 Fern Regeneration -- March 26, 2025 by @fern-api in #298
- Add support for
hume.tts.synthesizeJsonStreamingandhume.tts.synthesizeFileStreamingmethods for streaming generated speech ⚠️ (fix) removeaudio_formatfromSnippettype. This field was released unintentionally and wasn't consistently present, leading to deserialization errors.
- Add support for
Full Changelog: 0.9.14...0.9.15
0.9.14
0.9.13
0.9.12
Introducing Octave TTS
This release includes support for Hume AI's Octave TTS API. Learn more on our docs page, or try it out on the web at hume.ai.
Unlike conventional TTS that merely "reads" words, Octave is a speech-language model that understands what words mean in context, unlocking a new level of expressiveness. It acts out characters, generates voices from prompts, and takes instructions to modify the emotion and style of a given utterance.
What's Changed
- 🌿 Fern Regeneration -- February 26, 2025 by @fern-api in #276
- Introducing
hume.ttsclient.
- Introducing
- 🌿 Fern Regeneration -- February 26, 2025 by @fern-api in #278
- (fix) improved return type for
hume.tts.synthesizeFile.
- (fix) improved return type for
Full Changelog: 0.9.10...0.9.12
0.9.10
0.9.9
What's Changed
- (fix) Add custom voices by @twitchard in #250
- Make
Content-Typeoptional in convertBase64ToBlob by @twitchard in #251 - 🌿 Fern Regeneration -- January 13, 2025 by @fern-api in #253
- Add support for
.webhooksto the Config resource - Add support for
.configIdfilter to the.empathicVoice.chats.listChats(...)method - Add support for
.mostRecentConfigto theChatGroupresource.
- Add support for
Full Changelog: 0.9.8...0.9.9
0.9.8
What's Changed
- Ensures query params are not appended if they don't contain data by @zachkrall in #242
Full Changelog: 0.9.7...0.9.8
0.9.7
0.9.6
What's Changed
- 🌿 Fern Regeneration -- November 6, 2024 by @fern-api in #226
- Adds
interimfield toUserMessageevents in EVI chats, to indicate whether a user message is "interim". - Adds enum members for Claude Haiku 3.5.
- Adds
- Adds the
verbose_transcriptionquery param to the/chatendpoint, which enables the sending of interim messages by @twitchard in #227
Full Changelog: 0.9.4...0.9.6