feat(addisai): add STT and TTS plugin - #2160
Open
ZelalemGizachew wants to merge 1 commit into
Open
Conversation
🦋 Changeset detectedLatest commit: bf2ddcb The changes in this PR will be included in the next version bump. This PR includes changesets to release 40 packages
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 |
|
|
This file contains hidden or 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
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.
What I added
This adds an AddisAI plugin for LiveKit Agents on Node.js so Amharic and Afaan Oromo voice agents have the same direct provider support as the Python SDK.
addis-whisperforamandomamandomAddis Voices 2 returns complete clips rather than partial streaming audio, so the plugin requests WAV-wrapped 16 kHz PCM and lets the Agents framework adapt it into the TTS pipeline. AddisAI STT is batch-only; AgentSession's VAD adapts it to conversational turns.
Validation
pnpm --filter @livekit/agents-plugin-addisai buildpnpm --filter @livekit/agents-plugin-addisai lintpnpm exec vitest run plugins/addisai/src— 14 passedpnpm --filter @livekit/agents-plugin-addisai api:checkCompanion Python plugin and docs
Companion Python contribution: livekit/agents#6601
Once both packages are merged and released, I would like AddisAI to be listed for both Python and Node.js in the STT and TTS provider tables, with AddisAI STT and TTS guides containing tabs for both SDKs. The current documentation source is not present in LiveKit's public docs repository, so the Python PR includes the coordinated listing request and both package READMEs contain docs-ready installation, authentication, usage, parameters, language support, and resource links.