From 77e16643981ffe6de789c8a8c5fe467a2324901b Mon Sep 17 00:00:00 2001 From: James Fallon Date: Wed, 30 Dec 2015 09:27:37 +0000 Subject: [PATCH] espeak: minor edits to espeak.md --- pages/common/espeak.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/espeak.md b/pages/common/espeak.md index e4b18ba63..d5f216fe0 100644 --- a/pages/common/espeak.md +++ b/pages/common/espeak.md @@ -1,6 +1,6 @@ # espeak -> Uses text to speech to speak through the default sound device +> Uses text-to-speech to speak through the default sound device - Speak a phrase aloud @@ -10,7 +10,7 @@ `espeak -f {{filename}}` -- Write speech to a WAV audio file, rather than speaking it directly +- Save output to a WAV audio file, rather than speaking it directly `espeak -w {{filename.wav}} "It's GNU plus Linux"`