Skip to content

Releases: ricky0123/vad

@ricky0123/vad-web/v0.0.30

21 Nov 10:32
3fec174

Choose a tag to compare

What's Changed

  • Fixed custom audio context
  • Fixed a memory leak related to onnxruntime usage
  • Stricter linting
  • Api changes: return types of pause, start, and toggle in the React API are now Promise<void>. Return type of MicVAD.destroy is also now Promise<void>.

New Contributors

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

@ricky0123/vad-react/v0.0.36

21 Nov 10:33
3fec174

Choose a tag to compare

@ricky0123/vad-web/v0.0.29

29 Oct 15:31
5a9ab70

Choose a tag to compare

What's Changed

  • Fix table formatting in api doc by @liaocCM in #237
  • Fixed initialization issue in Chrome and Edge #234
  • Switched to onnxruntime conditional imports
  • Added processorType option to manually choose AudioWorklet or ScriptProcessor
  • Fixed setOptions #239
  • Added audio context override #233
  • Updated react wrapper with some changes from @semperai's fork

New Contributors

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

@ricky0123/vad-react/v0.0.35

29 Oct 15:33
5a9ab70

Choose a tag to compare

See the corresponding vad-web release notes

@ricky0123/vad-web/v0.0.28

24 Sep 14:36
b562b93

Choose a tag to compare

What's Changed

  • Fix mic mic permissions requested on startup even when startOnLoad is false (#145) by @ricky0123 in #231

@ricky0123/vad-react/v0.0.34

24 Sep 14:39
b562b93

Choose a tag to compare

@ricky0123/vad-web/v0.0.27

05 Sep 01:07
7cbadd3

Choose a tag to compare

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

@ricky0123/vad-web/v0.0.26

28 Aug 00:38
36909e4

Choose a tag to compare

What's Changed

New Contributors

@ricky0123/vad-react/v0.0.32

28 Aug 00:40
36909e4

Choose a tag to compare

What's Changed

  • React 19 now supported
  • Now uses @ricky0123/vad-web@v0.0.26

@ricky0123/vad-web/v0.0.25

27 Aug 16:54
b54a671

Choose a tag to compare

What's Changed