From 51230dfb730f69f831fadc4c02edba0eb6de0f34 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Thu, 24 Sep 2015 12:31:30 +0200 Subject: [PATCH] Windows TTS command in manual pages. --- ManPages/Speech_Synthesis_in_SpeakGoodChinese.man | 25 +++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/ManPages/Speech_Synthesis_in_SpeakGoodChinese.man b/ManPages/Speech_Synthesis_in_SpeakGoodChinese.man index 5b1d7b9..3194c25 100644 --- a/ManPages/Speech_Synthesis_in_SpeakGoodChinese.man +++ b/ManPages/Speech_Synthesis_in_SpeakGoodChinese.man @@ -2,6 +2,27 @@ ManPagesTextFile "Speech Synthesis in SpeakGoodChinese" "R.J.J.H. van Son" 20150916 0 "How to change the pinyin synthesis" + "Tone and Speech synthesis in SpeakGoodChinese" + "%%SpeakGoodChinese% has three levels of tone and speech synthesis +beside the option to add real spoken examples (%%Real examples% button). +Which synthesis method is used is choosen on the %%Settings% page:" + "\bu Humming tones - +Deselect the %%Synthesis% and %%Real example% buttons" + "\bu Rule-based Text-to-Speech (%%TTS%) synthesis (%%eSpeak%) - +Select the %%Synthesis% button and select a %%Voice% other than ##*#" + "\bu Native Text-to-Speech (%%TTS%) synthesis - Select the ##*# %%Voice%" + "The ""Humming"" option will stress the tone realizations. +The two TTS options will also practice pronunciation, +or at least phoneme perception. +The phoneme pronunciation of the native Windows and Mac %%TTS% is much +better than the build-in, rule-based, %%eSpeak% synthesis. +However, the tone realizations of the high quality native %%TTS% are probably +suboptimal for beginning students trying to practice tones. +It is probably best when students switch to the native synthesis on +Mac or Windows only when they have reached a basic level of tone perception. +So, the prefered order is likely for students to start with the build-in +%%eSpeak% voices or even the humming synthesis." + "Text-To-Speech synthesis in SpeakGoodChinese" "SpeakGoodChinese uses the %%eSpeak% Text-To-Speech (%%TTS%) engine that is build into Praat. %%eSpeak% has several Mandarin voices. @@ -76,8 +97,8 @@ by a placeholder: " "Examples of such commands are:" "\bu Mac OSX: $$say -vTing-Ting$" "\bu Windows: $$mshta.exe vbscript:Execute(""CreateObject(""""SAPI.SpVoice"""").Speak -"""" -"""":Close"")$" +"""" +"""":Close"")$" "\bu Linux: $$spd-say -l zh -t female1 -r -60$" "While such a file is present for the operating system running -- 2.11.4.GIT