Skip to content

Commit 1c55b0a

Browse files
authored
Add more detailed instructions for TTS
Fixes #1200
1 parent 8cb0862 commit 1c55b0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/faq.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ Currently, it simply uses the number of locations — basically, a character cou
2222

2323
### How to use text-to-speech?
2424

25-
Foliate supports text-to-speech with speech-dispatcher. To use it, you need to install `speech-dispatcher` and output modules such as `espeak-ng`.
25+
Foliate supports text-to-speech with speech-dispatcher, so make sure `speech-dispatcher` and output modules such as `espeak-ng` are installed on your system.
26+
27+
To use it, click on the <i>Narration</i> button (the one with a headphones icon) on the navbar (which is available by hovering or tapping on the footer area). Note that if the book has embedded audio ([EPUB Media Overlays](https://www.w3.org/TR/epub/#sec-media-overlays)), the <i>Narration</i> button would show controls for the embedded media, and TTS would not be available in that case.
28+
29+
Alternatively you can select some text and choose <i>Speak from Here</i> from the selection menu. Though you still need to use the <i>Narration</i> button if you want to stop the speech output.
2630

2731
### How to use custom themes?
2832

0 commit comments

Comments
 (0)