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",