~ubuntu-branches/ubuntu/hoary/eflite/hoary

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Mario Lang
  • Date: 2004-02-25 13:55:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040225135510-hei3t1pv7rywewhn
Tags: upstream-0.3.8
ImportĀ upstreamĀ versionĀ 0.3.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
README for FLite Emacspeak server
 
2
        v0.2.0; 03/03/02
 
3
========================================================================
 
4
This code allows Emacspeak, as well as yasr and potentially Brass, to
 
5
interface with the Festival Lite speech synthesizer.  It is currently in
 
6
the beta stage and not necessarily well polished (well, neither is its
 
7
documentation, for that matter), but it is working for me, although I have
 
8
done most of my testing with yasr.  See the file INSTALL for instructions
 
9
on compiling eflite and getting it to work with screen readers.
 
10
 
 
11
Eflite uses the audio library included with Festival Lite, so it
 
12
theoretically inherits ALSA support, although I seem to remember having
 
13
trouble getting the ALSA code to compile (it seems that the ALSA API
 
14
differs depending on which version is being used).
 
15
 
 
16
The source is divided into two parts: a generic parser (es.c and some
 
17
helper files) and a file for interfacing with Festival Lite (fs.c).
 
18
The interface used by fs.c is borrowed from Roger Butenuth's speech
 
19
library used by BRASS (in fact, I used his ViaVoice module as a starting
 
20
point to write fs.c).  However, fs.c can be built to link against
 
21
es.c directly if STANDALONE is defined (this is done in the Makefile).
 
22
There may be legal issues that would arise if fs.c were linked against
 
23
libspeech.a from BRASS, since BRASS is GPLed whereas FLite is not,
 
24
but I am not sure one way or the other.
 
25
 
 
26
Send flames, bug reports, etc. to mgorse@alum.wpi.edu.  You can also
 
27
catch me on #blinux on openprojects, as "vortex"
 
28
 
 
29
-Michael P. Gorse-
 
30
-mgorse@alum.wpi.edu