Designing the voice-control bot application is very easy. The final application will look as follows:
The following components will be used for designing the application:
- ListPicker: The ListPicker will display a list of Bluetooth devices that are connected to our smartphone.
- Speech-recognizer: The speech-recognizer component will listen to what we are saying.
- Speech-recognizer button: When the speech-recognizer button is clicked, the speech-recognizer component will be called, which will listen to what we are saying.
- Disconnect button: The disconnect button is used to disconnect the smartphone from the RPi.
- Label: The ...