Skip to content

@ricky0123/vad-web/v0.0.27

Choose a tag to compare

@ricky0123 ricky0123 released this 05 Sep 01:07
· 10 commits to master since this release
7cbadd3

What's Changed

  • Added new getStream, pauseStream, and resumeStream options
  • Added unit tests & stricter typechecking
  • Switch from "frames" to milliseconds as a unit of measurement for parameters like redemptionFrames . Now there is redemptionMs, preSpeechPadMs, and minSpeechMs instead of the frame version
  • frameSamples is not settable anymore. It is set to the recommended values for Silero V5 and the legacy model
  • the default value of baseAssetPath and onnxWASMBasePath is now "./" - people using the script tags must explicitly set it to the cdn urls
  • fixed a bug causing ortConfig to not work when using vad-react

PRs from @ricky0123:

Full Changelog: https://github.com/ricky0123/vad/compare/@ricky0123/vad-react/v0.0.32...@ricky0123/vad-web/v0.0.27