I'm currently using Ubuntu 18.04 and Okular for viewing pdf documents. I thought it would be convenient if I could use the text to speech feature. I tried following all the instructions given here: http://freesoftwaremagazine.com/articles/listen_your_books_epub_pdf_okular/ (which was the only source I could find online) and I'm yet unable to get the text-to-speech feature working. Can you please tell me what should I do to get this working? If it is not possible because it was deprecated, can you please recommend a good alternative?
I tried opening the application from the terminal to listen to the audio. This was the output on the terminal when I selected a part of the text and clicked "Speak Text":
using null output device, none available
qt.speech.tts.flite: "Failed to start audio output (error 1)"
Qt Multimedia module is not installed by default so you are required to install it.
I followed this instruction set successfully.
Program packages
Install two packages
Copy and paste text
If you can
pdf
document directly orcreate a text file
your-file.txt
withand open the text file in a text editor and copy a piece of text from there,
then you can paste the piece of text into a terminal window, where
espeak
is running.or if there is annoying warning output
Press Enter and
espeak
will wait for input from the terminal, so copy and paste some text from your pdf file inokular
(or from some other program as illustrated with your question's title in myfirefox
,Press Enter to start reading aloud. Copy and paste some other pieces of text and press Enter to listen to them. Quit from
espeak
with ctrl C.See the screenshot:
Pipe text into
espeak
You can redirect the output into
espeak
and listen to all the text from apdf
file,or if you have a text file, read from it directly,
or if you want a talking clock