Skip to content

Device speech

A fun remote shell tutorial: make a Linux device speak text using text-to-speech. The example uses Linux device; other Debian-based devices work similarly.

Install espeak

shell
sudo apt install -y espeak

Speak text

shell
espeak "Hello from the field"

Remote shell tutorials: Remote shell