From 8c1e3a2c2bc68b9511498e7a31a4149d541e872a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:52:42 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @livekit/track-processors@0.8.0 [skip ci] --- .changeset/add-audio-processor.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/add-audio-processor.md diff --git a/.changeset/add-audio-processor.md b/.changeset/add-audio-processor.md deleted file mode 100644 index 123db25..0000000 --- a/.changeset/add-audio-processor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/track-processors": minor ---- - -Add GainAudioProcessor — a reference audio TrackProcessor implementation using the Web Audio API. Includes gain control, browser support detection via `isSupported`, and a complete example in the sample app. Also restructures documentation into separate video and audio processor guides. diff --git a/CHANGELOG.md b/CHANGELOG.md index db217f2..27ba00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/track-processors +## 0.8.0 + +### Minor Changes + +- Add GainAudioProcessor — a reference audio TrackProcessor implementation using the Web Audio API. Includes gain control, browser support detection via `isSupported`, and a complete example in the sample app. Also restructures documentation into separate video and audio processor guides. - [#124](https://github.com/livekit/track-processors-js/pull/124) ([@yepher](https://github.com/yepher)) + ## 0.7.2 ### Patch Changes diff --git a/package.json b/package.json index dfea467..80ae4b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/track-processors", - "version": "0.7.2", + "version": "0.8.0", "description": "LiveKit track processors", "main": "dist/index.js", "module": "dist/index.mjs",