Skip to content

Commit 47e63d6

Browse files
committed
Improve description
1 parent 427ca77 commit 47e63d6

5 files changed

+19
-7
lines changed

README.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,35 @@ useful/promising and would like to leave any feedback which would be greatly app
2121

2222
To use this extension look for a microphone (![microphone icon][enabled]) icon on the status bar.
2323

24+
![Initial icon location in the status bar][recognition-disabled]
25+
2426
Press the disabled microphone icon (![disabled microphone icon][disabled]) to start voice recognition (or use <kbd>Alt</kbd> + <kbd>v</kbd> shortcut). You will need to agree for the browser to use your microphone:
2527

26-
![microphone access dialog in Chrome][chrome-microphone]
28+
![Microphone access dialog in Chrome][chrome-microphone]
2729

2830
You can use any of the commands available in the [command palette](https://jupyterlab.readthedocs.io/en/latest/user/commands.html), for example try "Download" or "Run selected cells".
2931

3032
Sometimes the speech recognition may be inaccurate, or you may misremember the name of the command.
31-
In those cases the voice control assistant will prompt you with suggestions by showing
32-
"Did you mean..." and one or more suggestions on the status bar. You can accept the first suggestion by saying "yes",
33-
or choose a subsequent suggestion by saying for example "second suggestion".
34-
Speech synthesis option is also available (in the settings) if you prefer it over checking the status bar continuously.
33+
In those cases the voice control assistant will prompt you with suggestions with words
34+
"Did you mean..." and one or more suggestions on the status bar:
35+
36+
![Suggestion saying "Did you mean New Launcher?"][did-you-mean]
37+
38+
- You can accept the first suggestion by saying "yes".
39+
- To choose the second suggestion say "second suggestion", and so on.
40+
- Speech synthesis option is available (in the settings) if you prefer it over checking the status bar continuously.
41+
- The threshold for inclusion of a similar-sounding phrase as a suggestion can be adjusted in the settings.
42+
43+
If there are no errors or suggestions, the recognised speech will be shown on the status bar together with a confidence estimate:
3544

36-
If there are no errors or suggestions, the recognised speech will be shown on the status bar together with a confidence estimate.
45+
![Recognised phrase "close all tabs" with 87% confidence][recognised]
3746

3847
By default commands recognised with low confidence (<50%) will not be executed (as it is deemed safer in case of any potentially destructive actions), but you can change the threshold in the settings.
3948

4049
### Creating custom commands
4150

4251
In the settings editor you can assign custom phrases to commands in the same way as you can configure shortcuts.
43-
We refer to the words you need speak in order to execute a command as _trigger phrase_.
52+
We refer to the words you need to say in order to execute a command as _trigger phrase_.
4453

4554
The voice control extension provides additional commands for interaction with the interface such as typing text (`vc:insert-text`), accepting suggestions (`vc:accept-suggestion`), stopping recognition (`vc:stop-listening`), etc.
4655

@@ -61,6 +70,9 @@ appends notebook file extension (`.ipynb`) as it can be problematic for speech r
6170
[enabled]: https://raw.githubusercontent.com/krassowski/jupyterlab-voice-control/main/style/icons/microphone.svg?sanitize=true
6271
[disabled]: https://raw.githubusercontent.com/krassowski/jupyterlab-voice-control/main/style/icons/microphone-off.svg?sanitize=true
6372
[chrome-microphone]: https://raw.githubusercontent.com/krassowski/jupyterlab-voice-control/main/docs/images/chrome-microphone.png
73+
[recognition-disabled]: https://raw.githubusercontent.com/krassowski/jupyterlab-voice-control/main/docs/images/recognition-disabled.png
74+
[recognised]: https://raw.githubusercontent.com/krassowski/jupyterlab-voice-control/main/docs/images/recognised.png
75+
[did-you-mean]: https://raw.githubusercontent.com/krassowski/jupyterlab-voice-control/main/docs/images/did-you-mean.png
6476

6577
## Requirements
6678

docs/images/chrome-microphone.png

-7.61 KB
Loading

docs/images/did-you-mean.png

4.53 KB
Loading

docs/images/recognised.png

4.09 KB
Loading

docs/images/recognition-disabled.png

2.24 KB
Loading

0 commit comments

Comments
 (0)