anki/pylib
Damien Elmes 707ac587ec rework the audio player API and add a simpler player implementation
- the new API operates on AVTags so it can support TTS as well as
audio files
- added a simple "run for each file" implementation for mpv and mplayer.
- will need to test handling of unicode filenames on Windows
- the old mpv and mplayer code is currently not active
2020-01-20 20:07:11 +10:00
..
anki rework the audio player API and add a simpler player implementation 2020-01-20 20:07:11 +10:00
tests fix incorrectly logged repeat step 2020-01-19 15:41:58 +10:00
tools pass in a progress callback instead of http_data_did_[send|receive] 2020-01-18 17:49:59 +10:00
.gitignore tweaking the folder names again 2020-01-03 07:48:38 +10:00
.isort.cfg tweaking the folder names again 2020-01-03 07:48:38 +10:00
.pylintrc tweaking the folder names again 2020-01-03 07:48:38 +10:00
Makefile clean stale build folders before build 2020-01-15 10:07:39 +10:00
mypy.ini check_untyped_defs in mypy for pylib 2020-01-16 08:10:49 +10:00
requirements.dev switch to classes for hooks 2020-01-14 08:54:07 +10:00
setup.py include py.typed for mypy 2020-01-13 21:18:03 +10:00