Skip to content

Module based on PocketSphynx to allow simple voice commands when using Anki

License

Notifications You must be signed in to change notification settings

baitisj/anki-voice-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anki-voice-control

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.

Requirements

  • 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

Future Work

Currently, this module only works under Linux. Contributions that allow for use in other platforms are welcomed.

Vocabulary

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

Thanks

Special thanks to worden.e...@gmail.com, author of sphinxkeys, on which this project is based.

About

Module based on PocketSphynx to allow simple voice commands when using Anki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages