TalAter/annyang
💬 Speech recognition for your site
What it solves
It provides a simple way for developers to add voice command functionality to websites, allowing users to control a site using their voice.
How it works
The library uses JavaScript to listen for specific voice commands defined by the developer. When a user speaks a command that matches a predefined phrase (or a phrase with a variable term), the library triggers a corresponding JavaScript function.
Who it’s for
Web developers who want to implement speech recognition and voice-driven navigation or actions on their websites without needing complex dependencies.
Highlights
- Lightweight: The library weighs only 2 KB.
- Zero Dependencies: It operates without requiring external libraries.
- Flexible Commands: Supports both simple commands and commands with variable terms (e.g., "search for *term").
- Easy Integration: Can be installed via npm or included via a script tag.
Related
- Project
- Project
- Project
- Project
- Project