Skip to content

chore(deps): bump github.com/plexusone/omnivoice-core from 0.9.0 to 0.14.0#39

Merged
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omnivoice-core-0.14.0
Jun 15, 2026
Merged

chore(deps): bump github.com/plexusone/omnivoice-core from 0.9.0 to 0.14.0#39
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omnivoice-core-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/plexusone/omnivoice-core from 0.9.0 to 0.14.0.

Release notes

Sourced from github.com/plexusone/omnivoice-core's releases.

v0.14.0

Release Notes: v0.14.0

Full Changelog: plexusone/omnivoice-core@v0.13.0...v0.14.0

v0.13.0

Release Notes: v0.13.0

Full Changelog: plexusone/omnivoice-core@v0.12.1...v0.13.0

v0.12.1

Release Notes: v0.12.1

Full Changelog: plexusone/omnivoice-core@v0.12.0...v0.12.1

v0.12.0

Release Notes: v0.12.0

Full Changelog: plexusone/omnivoice-core@v0.11.0...v0.12.0

v0.11.0

Release Notes: v0.11.0

Full Changelog: plexusone/omnivoice-core@v0.10.0...v0.11.0

v0.10.0

Release Notes: v0.10.0

Full Changelog: plexusone/omnivoice-core@v0.9.0...v0.10.0

Changelog

Sourced from github.com/plexusone/omnivoice-core's changelog.

[v0.14.0] - 2026-06-15

Highlights

  • Gateway provider registry for voice gateways (Twilio, Telnyx)
  • Realtime provider registry for native voice-to-voice (OpenAI Realtime, Gemini Live)
  • Side-effect registration via init() for provider discovery

Added

  • RegisterGatewayProvider() for registering voice gateway providers (609dc45)
  • GetGatewayProvider() for retrieving registered gateway providers (609dc45)
  • ListGatewayProviders() for discovering available gateway providers (609dc45)
  • HasGatewayProvider() for checking gateway registration (609dc45)
  • RegisterRealtimeProvider() for registering native voice-to-voice providers (609dc45)
  • GetRealtimeProvider() for retrieving registered realtime providers (609dc45)
  • ListRealtimeProviders() for discovering available realtime providers (609dc45)
  • HasRealtimeProvider() for checking realtime registration (609dc45)
  • registry.Gateway interface for gateway provider implementations (609dc45)
  • registry.RealtimeProvider interface for realtime provider implementations (609dc45)
  • registry.GatewayProviderFactory and registry.RealtimeProviderFactory types (609dc45)
  • WithListener() option for pre-configured gateway listeners (609dc45)
  • WithPublicURL() option for gateway webhook callbacks (609dc45)
  • WithListenAddr() option for gateway server addresses (609dc45)
  • WithConnectionID() option for Telnyx connection IDs (609dc45)
  • WithVoice() option for realtime provider voice selection (609dc45)
  • WithModel() option for realtime provider model selection (609dc45)
  • WithInstructions() option for realtime provider system prompts (609dc45)

[v0.13.0] - 2026-06-15

Highlights

  • Typed Encoding system for audio format handling
  • Encoding normalization handles pcm16, ulaw, wav, and other aliases
  • IsRawEncoding() for detecting formats that need explicit parameters

Added

  • format.Encoding type with constants: Linear16, MuLaw, ALaw, MP3, Opus, FLAC, AAC, Speex, WebM (48d4fe4)
  • Encoding.Normalize() method for canonical encoding names with alias mapping (48d4fe4)
  • Encoding.IsRaw() method to detect raw audio formats (48d4fe4)
  • IsRawEncoding(string) convenience function (48d4fe4)
  • WAV normalization to Linear16 (WAV is a container for raw PCM) (5451f73)
  • Speex and WebM encoding constants (5451f73)

Changed

  • audio/converter uses format.Encoding type for codec selection (48d4fe4)
  • Predefined AudioFormat vars use encoding constants instead of strings (48d4fe4)

... (truncated)

Commits
  • 312e8d2 docs(registry): add Gateway and Realtime provider documentation
  • 0a7b028 docs: add v0.14.0 release notes and changelog
  • 0bb2f05 feat(registry): add pipeline configuration options
  • 609dc45 feat(registry): add Gateway and Realtime provider registries
  • b98e1f9 docs: add v0.13.0 to MkDocs navigation
  • a51b4f7 docs: add v0.13.0 release notes and update changelog
  • 5451f73 feat(audio/format): add Speex, WebM encodings and WAV normalization
  • 48d4fe4 feat(audio/format): add Encoding type with normalization and IsRaw detection
  • dc46461 docs: add v0.12.1 release notes
  • 33b946a refactor(audio): consolidate AudioFormat, add PCM16 aliases
  • Additional commits viewable 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 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/plexusone/omnivoice-core](https://github.com/plexusone/omnivoice-core) from 0.9.0 to 0.14.0.
- [Release notes](https://github.com/plexusone/omnivoice-core/releases)
- [Changelog](https://github.com/plexusone/omnivoice-core/blob/main/CHANGELOG.md)
- [Commits](plexusone/omnivoice-core@v0.9.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omnivoice-core
  dependency-version: 0.14.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 Jun 15, 2026
@grokify grokify merged commit 553fc63 into main Jun 15, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/plexusone/omnivoice-core-0.14.0 branch June 15, 2026 14:43
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.

1 participant