Skip to content

feat(hume): add Hume AI TTS plugin#1346

Open
adrivelasco wants to merge 5 commits intolivekit:mainfrom
adrivelasco:adrivelasco/hume-tts-plugin
Open

feat(hume): add Hume AI TTS plugin#1346
adrivelasco wants to merge 5 commits intolivekit:mainfrom
adrivelasco:adrivelasco/hume-tts-plugin

Conversation

@adrivelasco
Copy link
Copy Markdown
Contributor

@adrivelasco adrivelasco commented Apr 29, 2026

Summary

  • Add new @livekit/agents-plugin-hume package implementing Hume AI TTS (Octave model)
  • Non-streaming synthesis via Hume's /v0/tts/stream/json endpoint with PCM output format
  • Supports voice selection (by name or ID), instant mode, speed control, trailing silence, and context utterances

Test plan

  • Verify pnpm build succeeds
  • Verify pnpm lint passes
  • Run TTS test with HUME_API_KEY set: pnpm test -- --testPathPattern=plugins/hume
  • Test in Agent Playground with a basic voice agent using Hume TTS

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 29, 2026

🦋 Changeset detected

Latest commit: f3453cf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 29 packages
Name Type
@livekit/agents-plugin-hume Major
@livekit/agents Major
@livekit/agents-plugin-anam Major
@livekit/agents-plugin-assemblyai Major
@livekit/agents-plugin-baseten Major
@livekit/agents-plugin-bey Major
@livekit/agents-plugin-cartesia Major
@livekit/agents-plugin-cerebras Major
@livekit/agents-plugin-deepgram Major
@livekit/agents-plugin-elevenlabs Major
@livekit/agents-plugin-google Major
@livekit/agents-plugin-hedra Major
@livekit/agents-plugin-inworld Major
@livekit/agents-plugin-lemonslice Major
@livekit/agents-plugin-liveavatar Major
@livekit/agents-plugin-livekit Major
@livekit/agents-plugin-minimax Major
@livekit/agents-plugin-mistral Major
@livekit/agents-plugin-neuphonic Major
@livekit/agents-plugin-openai Major
@livekit/agents-plugin-phonic Major
@livekit/agents-plugin-resemble Major
@livekit/agents-plugin-rime Major
@livekit/agents-plugin-runway Major
@livekit/agents-plugin-sarvam Major
@livekit/agents-plugin-silero Major
@livekit/agents-plugin-trugen Major
@livekit/agents-plugin-xai Major
@livekit/agents-plugins-test Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

devin-ai-integration[bot]

This comment was marked as resolved.

@toubatbrian
Copy link
Copy Markdown
Contributor

@adrivelasco have you tested if it is working locally in an agent session?

@adrivelasco
Copy link
Copy Markdown
Contributor Author

adrivelasco commented Apr 30, 2026

@toubatbrian yes, it worked for me as I had to make my agent working with hume.ai TTS. I didn't notice I can add examples, let me add one though.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 30, 2026

CLA assistant check
All committers have signed the CLA.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@adrivelasco
Copy link
Copy Markdown
Contributor Author

@toubatbrian added an example and worked locally with the agents playground.

devin-ai-integration[bot]

This comment was marked as resolved.

adrivelasco and others added 2 commits April 30, 2026 11:37
…errors

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants