Releases: ricky0123/vad
Releases · ricky0123/vad
@ricky0123/vad-web/v0.0.30
What's Changed
- Fixed custom audio context
- Fixed a memory leak related to onnxruntime usage
- Stricter linting
- Api changes: return types of
pause,start, andtogglein the React API are nowPromise<void>. Return type ofMicVAD.destroyis also nowPromise<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
See release notes for vad-web 0.0.30.
@ricky0123/vad-web/v0.0.29
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
See the corresponding vad-web release notes
@ricky0123/vad-web/v0.0.28
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
What's Changed
- Now uses @ricky0123/vad-web@v0.0.28 [1]
[1] https://github.com/ricky0123/vad/releases/tag/%40ricky0123%2Fvad-web%2Fv0.0.28
@ricky0123/vad-web/v0.0.27
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
@ricky0123/vad-react/v0.0.32
What's Changed
- React 19 now supported
- Now uses @ricky0123/vad-web@v0.0.26
@ricky0123/vad-web/v0.0.25
What's Changed
- Add submitUserSpeechOnPause to docs by @alielbekov in #211
- Fix: Pausing Microphone Stream by @siddydutta in #198