Skip to content

Commit 00c9f3b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c3951cb + c16a3e0 commit 00c9f3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This project is a part of a bigger project, consisting of the following:
1010
- [Pictures](#pictures)
1111
- [Background](#background)
1212
- [Explanation of the assistant](#explanation-of-the-assistant)
13+
- [Supported commands](#supported-commands)
1314
- [Current modules (features)](#current-modules-features)
1415
- [Installation/Usage](#installationusage)
1516
- [For developers](#for-developers)
@@ -44,6 +45,11 @@ The app "supports" API 15 at minimum (that's Android 4.0.3). That's because I li
4445

4546
The app is also able to work with root access and system permissions. The prefered way to install the app is with root permissions, installed as a privileged system app, and Device Administration enabled for it (absolute control XD). The app must work without them perfectly, but if some features are *only* available with one or more of the 3 mentioned ways, they will be added anyways. So to have full functionality, install it that way.
4647

48+
## Supported commands
49+
Please come to the [Advanced Commands Detection repository](https://github.com/DADi590/Advanced-Commands-Detection), enter the CommandsDetection folder, and check out the CmdsInfoP1 file. No need to know about programming. Just check the commands that are listed there (each one starts with "CMD_" - use Ctrl+F if you'd like). Above each, there's an explanation of what they do.
50+
51+
If it's to toggle the wifi, for example, say "turn the wifi on", or "turn off the wifi". If it's to toggle media, say "stop the music", or "next song". If it's to ask for the battery percentage, say "what's the battery percentage".
52+
4753
## Current modules (features)
4854
Hopefully I don't forget to keep adding the modules here. Here's a list of the modules the assistant currently have and what they do (module names are in bold for ease of read):
4955
- **Audio Recorder** --> Records audio from a given audio source (like phone calls, microphone...). The audio will be recorded in background and in a good quality, and will be saved to a folder in the external storage, named V.I.S.O.R.. No notifications, nothing. And in case of an error, "Error 1" or "Error 2" only will be said. Nothing related to being recording... To get it to record the microphone audio, use the appropiate command from Platforms Unifier's Command Recognition submodule. To stop, long press the power button, or write "stop" on the text to send box.

0 commit comments

Comments
 (0)