You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace DAISY Pipeline with liblouis for BRF conversion
DAISY Pipeline 2 always requires --data (TTS config) even for braille
conversion — a design limitation unrelated to actual TTS.
Switch to liblouisutdml (file2brl) which is the braille-only library:
- No TTS needed — it's pure text-to-braille-dots translation
- Simpler: pandoc extracts HTML from EPUB, file2brl produces BRF
- Available as apt package on ubuntu-latest
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments