Skip to content

Bump decibri from 1.0.0 to 3.0.0#8

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/decibri-3.0.0
Closed

Bump decibri from 1.0.0 to 3.0.0#8
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/decibri-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Copy link
Copy Markdown
Contributor

Bumps decibri from 1.0.0 to 3.0.0.

Release notes

Sourced from decibri's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/decibri/decibri/commits/v3.0.0

Changelog

Sourced from decibri's changelog.

[3.0.0] - 2026-04-11

Complete rewrite from C++ (PortAudio) to Rust (cpal). One unified package for Node.js and browsers. Version jumps from 1.0.0 to 3.0.0 because this release replaces both decibri (v1) and decibri-web (v0.1.1). v2.x was never published.

Changed

  • Complete rewrite from C++ (PortAudio) to Rust (cpal)
  • Native addon built with napi-rs (replaces node-gyp / prebuildify)
  • JS API unchanged: drop-in replacement for v1.x consumers (mcp-listen, voxagent, Wake Word verified)

Added

  • Audio output: DecibriOutput class (Writable stream, speaker playback)
  • Browser support: unified package with conditional exports, AudioWorklet capture
  • Silero VAD: ML-based voice activity detection via vadMode: 'silero'
  • Full duplex: mic.pipe(speaker) for simultaneous capture and playback
  • format: 'float32' output support alongside 'int16'
  • Output device enumeration: DecibriOutput.devices()
  • TypeScript declarations for all APIs (Node.js capture, Node.js output, browser)
  • crates.io publication as a Rust crate

Removed

  • PortAudio dependency (replaced by cpal)
  • node-gyp / prebuildify build system (replaced by napi-rs)
  • Source build fallback (Rust binaries are self-contained)

Deprecated

  • decibri-web npm package (use decibri with the browser conditional export instead)
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for decibri since your current version.


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 [decibri](https://github.com/decibri/decibri) from 1.0.0 to 3.0.0.
- [Release notes](https://github.com/decibri/decibri/releases)
- [Changelog](https://github.com/decibri/decibri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/decibri/decibri/commits/v3.0.0)

---
updated-dependencies:
- dependency-name: decibri
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 26, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #10.

@dependabot dependabot Bot closed this Apr 26, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/decibri-3.0.0 branch April 26, 2026 19:53
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants