Skip to content

chore(deps): bump audio-decode from 2.2.3 to 3.10.1#44

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/audio-decode-3.10.1
Open

chore(deps): bump audio-decode from 2.2.3 to 3.10.1#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/audio-decode-3.10.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps audio-decode from 2.2.3 to 3.10.1.

Release notes

Sourced from audio-decode's releases.

v3.6.0

Internal submodules renamed from @audio/*-decode to @audio/decode-*

Full Changelog: audiojs/audio-decode@v3.5.0...v3.6.0

v3.5.0

  • Replace node-wav (CJS) with @​audio/wav-decode — pure ESM, browser-usable without bundler
  • Two bug fixes in WAV decoding: 24-bit min value (-8388608) was mishandled; 64-bit float alignment corrected
  • Add audio-decode/stream entry point for streaming use

v3.4.0

  • decode.mp3(buf) is now deprecated — format factories (decode.mp3()) always return a decoder; use top-level decode(buf) for whole-file
  • dec.decode(chunk) deprecated in favor of calling dec(chunk) directly
  • decode.mp3.stream() deprecated in favor of decode.mp3()
  • Consolidate test files to test.js + test.html

Full Changelog: audiojs/audio-decode@v3.3.0...v3.4.0

v3.3.0

Unified API: decode.mp3(buf), decode.mp3.stream() Streaming decoder mirrors audio-encode pattern M4A streaming support (buffers chunks for moov atom) Safari ReadableStream compatibility Monorepo: all @audio/* decoders in packages/ Updated TypeScript declarations Deprecated decodeStream, decoders exports (still work)

Full Changelog: audiojs/audio-decode@v3.1.0...v3.3.0

v3.1.0

  • AIFF/AIFF-C decoder (PCM, IMA ADPCM, GSM 6.10, A-law, mu-law)
  • CAF decoder (LPCM, A-law, mu-law)
  • WebM decoder (Opus + Vorbis)
  • AMR-NB/WB decoder (opencore-amr WASM)
  • WMA v1/v2 decoder (RockBox WASM, 70KB)
  • raw AAC/ADTS support
  • browser test suite
  • 13 formats supported total

Full Changelog: audiojs/audio-decode@v3.0.0...v3.1.0

v3.0.0

Breaking

  • Returns plain { channelData, sampleRate } instead of AudioBuffer — drops audio-buffer dependency
  • ESM-only with explicit exports field — removes module/browser fields
  • Minimum supported Node.js version updated

Added

  • Chunked decoding via decoders registry — decode chunk-by-chunk with any codec
  • decodeStream() — async generator for streaming ReadableStream / async iterables

... (truncated)

Commits

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 [audio-decode](https://github.com/audiojs/audio-decode) from 2.2.3 to 3.10.1.
- [Release notes](https://github.com/audiojs/audio-decode/releases)
- [Commits](https://github.com/audiojs/audio-decode/commits)

---
updated-dependencies:
- dependency-name: audio-decode
  dependency-version: 3.10.1
  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 Jun 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Author

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

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

Status: Todo

Development

Successfully merging this pull request may close these issues.

0 participants