Module that uses PocketSphynx to allow simple voice commands when using Anki.
Control your review session using only your voice! This is great if you need hands-free operation.
- gstreamer
- pocketsphinx ... and python bindings for both. In order to install the required software under Ubuntu:
apt-get install python-pocketsphinx
apt-get install gstreamer1.0-pocketsphinx
apt-get install pocketsphinx-en-us
Currently, this module only works under Linux. Contributions that allow for use in other platforms are welcomed.
Here's a list of the voice commands that are currently implemented.
Command | Description |
---|---|
answer | shows the answer side of the card |
again easy good hard |
corresponding button on the answer side of the card |
mark or star | Toggles the marked status of the card |
undo | Same as the undo key |
pause, resume | Say "pause," and the voice recognition will be disabled until you say "resume" |
synchronize | synchronizes your collection. |
bury card bury note suspend card suspend note |
management of cards |
Special thanks to worden.e...@gmail.com, author of sphinxkeys, on which this project is based.