Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps github.com/agentplexus/omnivoice-deepgram from 0.1.0 to 0.2.0.

Release notes

Sourced from github.com/agentplexus/omnivoice-deepgram's releases.

v0.2.0

Release Notes: v0.2.0

Full Changelog: agentplexus/omnivoice-deepgram@v0.1.0...v0.2.0

Changelog

Sourced from github.com/agentplexus/omnivoice-deepgram's changelog.

[v0.2.0] - 2026-02-02

Highlights

  • Text-to-Speech (TTS) provider with streaming support and LLM integration

Added

  • TTS provider implementing tts.Provider and tts.StreamingProvider interfaces (0f554ae)
  • Synthesize method for non-streaming TTS via Deepgram REST API (0f554ae)
  • SynthesizeStream method for streaming TTS via Deepgram WebSocket API (0f554ae)
  • SynthesizeFromReader method for streaming LLM output directly to TTS (0f554ae)
  • ListVoices method returning available Deepgram Aura voices (0f554ae)
  • GetVoice method for voice lookup by ID (0f554ae)
  • Automatic sentence splitting for natural speech synthesis (0f554ae)
  • Support for TTS output formats: mp3, linear16, mulaw, alaw, opus, flac (0f554ae)
  • Configuration converter from OmniVoice SynthesisConfig to Deepgram options (0f554ae)
  • Static voice list with 17 Aura voices (Aura 1 and Aura 2) (0f554ae)
  • TTS conformance tests using omnivoice providertest package (854e14d)
  • STT conformance tests using omnivoice providertest package (854e14d)

Fixed

  • STT provider initialization uses sync.Once to prevent flag redefinition panic (8a584f7)

Dependencies

  • Bump github.com/agentplexus/omnivoice from v0.2.0 to v0.3.0 (0f554ae)

Documentation

  • README updated with TTS usage examples and feature tables (f0b3696)
  • PRD.md updated with TTS implementation status (f0b3696)
  • TRD_TTS.md technical design document for TTS implementation (f0b3696)
  • ROADMAP.md tracking planned features (STT Batch) and completed items (f0b3696)

Tests

  • Unit tests for TTS config conversion functions (854e14d)
  • Unit tests for TTS provider methods (854e14d)
  • Unit tests for sentence splitting logic (854e14d)
  • Integration tests for TTS (requires DEEPGRAM_API_KEY) (854e14d)
Commits
  • dec1dce docs(CHANGELOG): update v0.2.0 release date
  • 575117f docs: add v0.2.0 release notes
  • b1c7db3 docs(changelog): add v0.2.0 release notes with commit hashes
  • f0b3696 docs: update README with TTS examples and add project docs
  • 854e14d test: add TTS unit tests and STT/TTS conformance tests
  • 8a584f7 fix(stt): use sync.Once for Deepgram SDK initialization
  • 0f554ae feat(tts): add TTS provider with streaming support and LLM integration
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/agentplexus/omnivoice-deepgram](https://github.com/agentplexus/omnivoice-deepgram) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/agentplexus/omnivoice-deepgram/releases)
- [Changelog](https://github.com/agentplexus/omnivoice-deepgram/blob/main/CHANGELOG.md)
- [Commits](agentplexus/omnivoice-deepgram@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/agentplexus/omnivoice-deepgram
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants