Skip to content

yakninja/anki-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anki-speech

This script reads an Anki package file (*.apkg), finds all notes which do not have sound file attached to the front side of the note, then generates the sound file using Google Text-to-Speech API and saves everything back to the package. So basically if you have a deck with thousands of text cards, you can voice them all in one go: export, run the script, then import back and sync.

Existing libraries working with Anki decks turned out to be difficult to use or broken, so I just access the notes directly, as a sqlite database, it's pretty straightforward.

If you use this script, make backup first.

About

Converting a bunch of Anki cards into speech and updating the deck

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages