Skip to content

Commit

Permalink
Script processor node (#170)
Browse files Browse the repository at this point in the history
* add script processor when AudioWorkletNode is not available

* update changelogs
  • Loading branch information
alielbekov authored Dec 21, 2024
1 parent f2d09ce commit 1790c48
Show file tree
Hide file tree
Showing 5 changed files with 2,872 additions and 58 deletions.
5 changes: 5 additions & 0 deletions changelogs/web-changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @ricky0123/vad-web Changelog

## 0.0.22

* add support for some mobile Safari browsers that do not support AudioWorkletNode [37?] https://github.com/ricky0123/vad/issues/37


## 0.0.21

* initial support for silero v5
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

262 changes: 262 additions & 0 deletions packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1790c48

Please sign in to comment.