What is voice recognition?
Voice recognition is a computer technology that recognizes and converts speech signals into editable text or operational commands through analysis. It allows people to interact with computers by speaking without using a mouse, keyboard, or other input devices. Voice recognition technology has been widely used in applications such as voice assistants, smart homes, voice search, and voice recognition notebooks.
Product Introduction
This Gravity: Offline Voice Recognition Sensor is built around an offline voice recognition chip, which can be directly used without an internet connection. It comes with 121 built-in fixed command words and supports the addition of 17 custom command words. Any sound could be trained as a command, such as whistling, snapping, or even cat meows, which brings great flexibility to interactive audio projects.
The module features a dual microphone design with better noise resistance and a longer recognition distance, making it relatively accurate and reliable even in noisy environments. It comes with a built-in speaker and an external speaker interface for real-time voice feedback of recognition results. The module uses both I2C and UART communication methods and supports various 3.3V or 5V controllers, including the micro:bit, Arduino (Arduino UNO, Arduino Leonardo, Arduino MEGA), Raspberry Pi, FireBeetle series, and more.
This voice recognition module provides a reliable and flexible voice interaction solution for makers and electronics enthusiasts, and it can be applied to any applications where voice control or interaction is desirable, such as all kinds of smart home appliances, toys, lamps, and robotics projects.
Difference between offline and online voice recognition
An important factor in voice recognition is the voice database, which is used as comparative data during the recognition process. Online voice databases are stored in the cloud and have a very large amount of data, while offline voice databases are local and have limited space.
The pros and cons of offline and online voice recognition:
|
Pros |
Cons |
Offline Speech Recognition |
- Quickly respond to corresponding command words and instructions.
- No need for a network.
- If speech recognition fails, it will not affect the use of other product functions.
- More secure privacy, users don't have to worry about their conversation content being recorded and uploaded to the cloud.
- Small module size, convenient for embedding in applications.
- Cheaper price.
|
Command words are fixed, and there may be limitations on the number and length of words. |
Online Speech Recognition |
- Consumers are easy to use and not limited to command words.
- Easy to develop, and there are many solutions in the market.
|
- Requires network connection to connect to the cloud.
- Response speed depends on the network speed.
- Higher cost.
|
Wiring Diagram of Voice Recognition Module, Arduino Uno, and LED Light Module - I2C
Wiring Diagram of Voice Recognition Module, Arduino Uno, and LED Light Module - UART