Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Time for TTS on Linux

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
10/12/2013 8:34:35 AMRUrankbanana_Ai before revert after revert
10/12/2013 6:52:56 AMRUrankbanana_Ai before revert after revert
10/12/2013 6:52:41 AMRUrankbanana_Ai before revert after revert
10/12/2013 6:52:24 AMRUrankbanana_Ai before revert after revert
Before After
1 It is unfair that zk can speak on Windows, but cannot do it on Linux! 1 It is unfair that zk can speak on Windows, but cannot do it on Linux!
2 Here is a simple widget which uses festival. 2 Here is a simple widget which uses festival.
3 \n 3 \n
4 How to make it works: 4 How to make it works:
5 \n 5 \n
6 1) Install festival 6 1) Install festival
7 For Ubuntu/Debian: [quote] sudo apt-get install festival [/quote] 7 For Ubuntu/Debian: [quote] sudo apt-get install festival [/quote]
8 2) Start it: [quote] festival --server 1314 [/quote] 8 2) Start it: [quote] festival --server [/quote]
9 [i]You can use another port, but you should change the port const in the widget[/i] 9 [i]You can use another port, but you should change the port const in the widget[/i]
10 \n 10 \n
11 3) In .springrc (Probably, ~/.springrc) add [quote]LuaSocketEnabled = 1 11 3) In .springrc (Probably, ~/.springrc) add [quote]LuaSocketEnabled = 1
12 TCPAllowConnect = 127.0.0.1:1314 12 TCPAllowConnect = 127.0.0.1:1314
13 [/quote] 13 [/quote]
14 4) PROFIT!!! 14 4) PROFIT!!!
15 \n 15 \n
16 [url=http://pastebin.com/ESMXKbPj]Talk is cheap. Show me the code.[/url] 16 [url=http://pastebin.com/ESMXKbPj]Talk is cheap. Show me the code.[/url]