--------------------------------------------------------------------- File: Govorilka_cp.exe Version: 1.4 Description: Command line text-to-speech processor (Govorilka CP TTS) This application reads text by voice, using installed text-to-speech engines. May be used in programms that supports external applications launching as well as stand-alone application. Requirements: MS SpeechAPI 4 and compatible text-to-speech engine(s) installed. (ask author for download links if needed) License type: Free for non-commercial use. Author: Anton Ryazanov Copyright: ©2001-2003, Anton Ryazanov E-mail: vsoft@vector-ski.ru WebSite: www.vector-ski.ru/vecs/ --------------------------------------------------------------------- How to use? Just run it with parameters: Govorilka_cp.exe [-H] [-Ex] [-Sx] [-Px] [-Vx] [-I] [-D dictionary_file] {-F file_name}|{text_string}|{-C} [-TO file_name] Keys: -H - displays available voices with it's ordinal numbers. -Ex - sets text-to-speech engine ordinal number (0 by default) -Sx - sets speech speed (0-100). 0 is slowest, 100 is fastest -Px - sets speech pitch(0-100). 0 is lowest, 100 is highest -Vx - sets speech volume(0-100). 0 is lowest, 100 is highest -D dictionary_file - specifies the dictionary file name for text processing -F file_name - specifies the file name with text to be spoken. If it is not specified then 'text_string' will be spoken instead -C - speak text from clipboard. -I - invisible mode. If not specified then indication will appear in lower-right screen corner while speaking (single click will stop speech). -TO file_name - specifies the output WAV-file name. //----------- // Examples //----------- Govorilka_cp.exe -e25 -p100 -s100 -d "C:\Program Files\Говорилка\Dic\Digalo Russian Nicolai.dic" -f "D:\Documents and Settings\Administrator.ANTON-PC2\Desktop\test.txt" -This will speak text from file test.txt with Govorilka's dictionary using Speech engine number 25 with maximum speed and pitch. Govorilka_cp.exe -e25 -d "C:\Program Files\Говорилка\Dic\Digalo Russian Nicolai.dic" Hello Dude! -This will speak "Hello Dude!" phrase with Govorilka's dictionary using Speech engine number 25 with default speed and pitch. Govorilka_cp.exe -f D:\Mail\msg.txt -This will speak text from D:\Mail\msg.txt without dictionary processing using first Speech engine (number 0) with default speed and pitch. --------------------------------------------------------------------- P.S. I hope you will enjoy with this little Govorilka :) Anton Ryazanov, 2001-2003 anton@vector-ski.ru