vad 0.0.4 copy "vad: ^0.0.4" to clipboard
vad: ^0.0.4 copied to clipboard

VAD is a cross-platform Voice Activity Detection system, allowing Flutter applications to seamlessly handle various VAD events.

0.0.4 #

  • Fixed a bug where default modelPath was not picked up, resulting in silent failure if modelPath was not provided.
  • Export VadIterator class for manual control over the VAD process for non-streaming use cases. Only available on iOS/Android.
  • Added comments for all public methods and classes.

0.0.3 #

  • Switch to onnxruntime package for inference on a separate isolate on iOS and Android to avoid using a full browser in the background, overall reducing the app size and improving performance.
  • Example app will show audio track slider with controls while speech segment is being played and it will reflect a misfire event on the UI if occurred.

0.0.2 #

  • Fix broken LICENSE hyperlink in README.md and add topics to pubspec.yaml

0.0.1 #

  • Initial release
4
likes
140
points
109
downloads

Publisher

verified publisherganit.guru

Weekly Downloads

VAD is a cross-platform Voice Activity Detection system, allowing Flutter applications to seamlessly handle various VAD events.

Repository (GitHub)
View/report issues

Topics

#vad #voice-activity-detection #vad-flutter #vad-dart #silero-vad

Documentation

API reference

License

MIT (license)

Dependencies

flutter, onnxruntime, permission_handler, record

More

Packages that depend on vad