PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Simple Talking Linux Bash Function

Go down

Simple Talking Linux Bash Function Empty Simple Talking Linux Bash Function

Post by jamied_uk 25th June 2016, 15:39



You will need to install epseek

Code:
sudo apt-get install -y espeak



Code:

function say(){
espeak -v en "$@" -g 01ms -a 110 -p 58 -s 175
}

Close terminal and reopen or type .bashrc to load function

Usage

Code:
saynow "hi"
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum