flutter_wake_word 0.0.5 copy "flutter_wake_word: ^0.0.5" to clipboard
flutter_wake_word: ^0.0.5 copied to clipboard

This is an on-device "wake word" package for Flutter. A wake word is a keyword or sentance that activates your application

flutter_wake_word #

About this package: #

This is a "wake word" package for Flutter. A wake word is a keyword that activates your device, like "Hey Siri" or "OK Google".

It also provide Speech to Intent. Speech to Intent refers to the ability to recognize a spoken word or phrase and directly associate it with a specific action or operation within an application. Unlike a "wake word", which typically serves to activate or wake up the application, Speech to Intent goes further by enabling complex interactions and functionalities based on the recognized intent behind the speech.

For example, a wake word like "Hey App" might activate the application, while Speech to Intent could process a phrase like "Play my favorite song" or "Order a coffee" to execute corresponding tasks within the app. Speech to Intent is often triggered after a wake word activates the app, making it a key component of more advanced voice-controlled applications. This layered approach allows for seamless and intuitive voice-driven user experiences.

Contact us at info@DaVoice.io

IOS and Android Package #

Installation #

Add: flutter_wake_word: ^x.y.z to your pubspec.yaml Then excute: flutter pub get

Android: #

Add this to your android/build.gradle file:

allprojects {

        maven { url "${project.projectDir}/libs" } // Plugin's local libs directory
	    maven { url "${project(":flutter_wake_word").projectDir}/libs" }
        maven { url("${project(':flutter_wake_word').projectDir}/libs") } 
        maven {
            url("${project(':flutter_wake_word').projectDir}/libs")
        }
        mavenLocal()
    ... your other lines...

Githhub examples: #

Checkout examples on: #

https://github.com/frymanofer/Flutter_WakeWordDetection/

FAQ: #

What is a wake word? #

A wake word is a keyword that activates your device, like "Hey Siri" or "OK Google".

What is a Speech to Intent? #

Speech to Intent refers to the ability to recognize a spoken word or phrase and directly associate it with a specific action or operation within an application.

Unlike a "wake word," which typically serves to activate or wake up the application, Speech to Intent goes further by enabling complex interactions and functionalities based on the recognized intent behind the speech.

For example, a wake word like "Hey App" might activate the application, while Speech to Intent could process a phrase like "Play my favorite song" or "Order a coffee" to execute corresponding tasks within the app. Speech to Intent is often triggered after a wake word activates the app, making it a key component of more advanced voice-controlled applications. This layered approach allows for seamless and intuitive voice-driven user experiences.

How accurate is the platform? #

Our platform ensures 99.99%+ accuracy in various environments.

Key words #

DaVoice.io Voice commands / Wake words / Voice to Intent / keyword detection pub for Android and IOS. "Wake word detection github", "flutter wake word", "Wake word detection github", "Wake word generator", "Custom wake word", "voice commands", "wake word", "wakeword", "wake words", "keyword detection", "keyword spotting", "speech to intent", "voice to intent", "phrase spotting", "flutter wake word", "Davoice.io wake word", "Davoice wake word", "Davoice flutter wake word", "Davoice flutter wake word", "wake", "word", "Voice Commands Recognition", "lightweight Voice Commands Recognition", "customized lightweight Voice Commands Recognition", "rn wake word"

7
likes
130
points
109
downloads

Publisher

unverified uploader

Weekly Downloads

This is an on-device "wake word" package for Flutter. A wake word is a keyword or sentance that activates your application

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, ios_microphone_permission, permission_handler, plugin_platform_interface, record

More

Packages that depend on flutter_wake_word