Quantcast
Channel: How To – Freedom Penguin
Viewing all articles
Browse latest Browse all 90

Linux Accessibility For The Visually Impaired – For The Record

$
0
0
Linux Accessibility For The Visually Impaired – For The Record

Linux Accessibility For The Visually Impaired. I received a comment from Milton asking me about text to speech options in Linux. He also wanted to know what I recommended for audio dictation under Linux. The first option is indeed, using FoSS awesomeness. However the later relies on Google’s Web Speech API. Also, here is that article on controlling your mouse cursor with your webcam and no hands.

sudo apt install festlex-cmu festival xsel
cd /usr/share/festival/voices/english/
sudo wget -c http://www.speech.cs.cmu.edu/cmu_arctic/packed/cmu_us_clb_arctic-0.95-release.tar.bz2
sudo tar jxf cmu_us_clb_arctic-0.95-release.tar.bz2
sudo ln -s cmu_us_clb_arctic cmu_us_clb_arctic_clunits
sudo cp /etc/festival.scm /etc/festival.scm.backup
sudo echo "(set! voice_default 'voice_cmu_us_clb_arctic_clunits)" >> /etc/festival.scm
echo "This is a test." | festival --tts

To create the script that you will map in your keyboard settings (see video):

#/bin/bash
xsel | festival –tts –pipe

Continue reading Linux Accessibility For The Visually Impaired – For The Record at Freedom Penguin.


Viewing all articles
Browse latest Browse all 90

Trending Articles