Skip to content

Text to speech

Edouard Griffiths edited this page Nov 6, 2021 · 2 revisions

Text to speech

Some plugins feature a text to speech feature. Internally it uses the QTextToSpeech class and this does not necessarily work out of the box. In Linux you will have to install a text to speech engine with a so called "dispatcher".

Example with espeak engine in Ubuntu:

sudo apt install espeak libespeak1 speech-dispatcher-espeak

Plugins with text to speech feature:

  • ADSB demod
  • Satellite tracker feature
Clone this wiki locally