open_wake_word 0.2.0 copy "open_wake_word: ^0.2.0" to clipboard
open_wake_word: ^0.2.0 copied to clipboard

A Flutter FFI plugin for openWakeWord, providing efficient on-device wake word detection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_wake_word

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  open_wake_word: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:open_wake_word/open_wake_word.dart';
0
likes
145
points
86
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter FFI plugin for openWakeWord, providing efficient on-device wake word detection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, flutter, path_provider, plugin_platform_interface

More

Packages that depend on open_wake_word

Packages that implement open_wake_word