Experimental Braille support added.

This commit is contained in:
Storm Dragon
2025-10-19 18:02:34 -04:00
parent 16e01cb1f5
commit f9564265fa
6 changed files with 891 additions and 54 deletions

View File

@@ -6,6 +6,13 @@ mutagen>=1.45.0
pypdf
mpv
# Braille display support (optional)
# Note: These are system packages, not pip packages
# Install with: sudo pacman -S brltty liblouis python-brlapi python-louis (Arch)
# or: sudo apt install brltty liblouis-bin python3-brlapi python3-louis (Debian/Ubuntu)
# Optional dependencies
# piper-tts: Install separately with voice models to /usr/share/piper-voices/
# ffmpeg: Install via system package manager for M4B/M4A support
# brltty: System daemon for Braille display hardware
# liblouis: Braille translation library