* Emacspeak Windows @ 2013-11-02 15:54 Jarek Czekalski 0 siblings, 0 replies; 4+ messages in thread From: Jarek Czekalski @ 2013-11-02 15:54 UTC (permalink / raw) To: help-gnu-emacs http://lists.gnu.org/archive/html/help-gnu-emacs/2007-03/msg00709.html Now there is a positive answer to the question posted back in 2007. Emacspeak for Windows: https://sourceforge.net/projects/emacspeakwin Jarek ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.1487.1174994711.7795.help-gnu-emacs@gnu.org>]
* EMacspeak Windows [not found] <mailman.1487.1174994711.7795.help-gnu-emacs@gnu.org> @ 2007-03-29 1:25 ` "Wilfred Zegwaard (privé)" [not found] ` <mailman.1561.1175131675.7795.help-gnu-emacs@gnu.org> 1 sibling, 0 replies; 4+ messages in thread From: "Wilfred Zegwaard (privé)" @ 2007-03-29 1:25 UTC (permalink / raw) To: help-gnu-emacs Hi, Is there anyone who can help me to let EMacspeak run on a Windows machine? Thanks, Wilfred _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.20/736 - Release Date: 27-3-2007 16:38 ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.1561.1175131675.7795.help-gnu-emacs@gnu.org>]
* Re: EMacspeak Windows [not found] ` <mailman.1561.1175131675.7795.help-gnu-emacs@gnu.org> @ 2007-03-30 3:03 ` Tim X 2007-03-30 20:19 ` "Wilfred Zegwaard (privé)" 1 sibling, 0 replies; 4+ messages in thread From: Tim X @ 2007-03-30 3:03 UTC (permalink / raw) To: help-gnu-emacs "Wilfred Zegwaard (privé)" <wilfred.zegwaard@home.nl> writes: > Hi, > > Is there anyone who can help me to let EMacspeak run on a Windows machine? > > Thanks, > It is non-trivial to get emacspeak to run on a windows platform. The first problem you will have is the TTS driver code. This is written in Tcl. So, you will either have to install Tcl for Windows (and I don't know anything about Tcl for windows) or re-write the Tcl code using another scripting language. How difficult this would be depends on the TTS engine you plan to use. If its a hardware synthesiser connected to a serial port etc, it probably wouldn't be that hard. However, if its a software synthesiser, it cold be more difficult if you want to embed the synthesiser into the driver code (which is how the current Tcl drivers work for some of the software synths, like IBM's ViaVoice). If you are able to get Tcl working for windows, you will probably have to modify the code to cater for platform differences in things like directory path seperators, device names etc. One nice thing about Tcl is that it is possibly the easiest language to link with a C/C++ library (i.e. for the software speech synth). I briefly had a look at doing the same with Perl, but ran into quite a few problems because the automated header generation didn't like the C code in the library I was trying to link with. There was an emacspeak driver written in C as an experiment some years back, so you could write one in C, C# or even Java, but you will need good (fast) regular expression library. The driver code (i.e. Tcl library and scripts) is pretty straight forward and it wouldn't e too difficult to translate that to another language. Emacs communicates with the driver via stdout/stdin, so there are no real complications there. In summary, theoretically, it can be done, but you need to come up with new TTS drivers and whatever language you choose, it will need regular expression support and possibly the ability to link with C and C++ TTS libraries or use their APIs. There is an emacspeak mailing list at emacspeak@cs.vassar.edu HTH Tim -- tcross (at) rapttech dot com dot au ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: EMacspeak Windows [not found] ` <mailman.1561.1175131675.7795.help-gnu-emacs@gnu.org> 2007-03-30 3:03 ` Tim X @ 2007-03-30 20:19 ` "Wilfred Zegwaard (privé)" 1 sibling, 0 replies; 4+ messages in thread From: "Wilfred Zegwaard (privé)" @ 2007-03-30 20:19 UTC (permalink / raw) To: help-gnu-emacs Dear Tim, This is way too much technology for me. I have heard rumours (old one though) that a Dutch organisation sells it for little. So I'll ask around there. Thnx, Wilfred ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-11-02 15:54 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-11-02 15:54 Emacspeak Windows Jarek Czekalski [not found] <mailman.1487.1174994711.7795.help-gnu-emacs@gnu.org> 2007-03-29 1:25 ` EMacspeak Windows "Wilfred Zegwaard (privé)" [not found] ` <mailman.1561.1175131675.7795.help-gnu-emacs@gnu.org> 2007-03-30 3:03 ` Tim X 2007-03-30 20:19 ` "Wilfred Zegwaard (privé)"
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.