Skip to content

build(deps): bump audio-decode from 2.2.3 to 3.11.2#53

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

build(deps): bump audio-decode from 2.2.3 to 3.11.2#53
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/audio-decode-3.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps audio-decode from 2.2.3 to 3.11.2.

Release notes

Sourced from audio-decode's releases.

v3.6.0

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

Full Changelog: audiojs/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/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/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/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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
Bumps [audio-decode](https://github.com/audiojs/decode/tree/HEAD/packages/audio-decode) from 2.2.3 to 3.11.2.
- [Release notes](https://github.com/audiojs/decode/releases)
- [Commits](https://github.com/audiojs/decode/commits/HEAD/packages/audio-decode)

---
updated-dependencies:
- dependency-name: audio-decode
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump audio-decode from 2.2.3 to 3.11.0 build(deps): bump audio-decode from 2.2.3 to 3.11.2 Jul 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/audio-decode-3.11.0 branch from 0ac253c to f2baccb Compare July 12, 2026 16:19
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