Reece H. Dunn
547258e4bf
Use an Open Source implementation of ieee80.c.
8 years ago
Reece H. Dunn
8bdbc0709a
Fix the *.so version -- update to 1.1.49.
8 years ago
Reece H. Dunn
4920ecc79c
Move espeak-data to espeak-ng-data to avoid conflicting with upstream espeak.
8 years ago
Ondřej Lysoněk
3817ee1e16
Moved speak_lib.h to espeak-ng directory
Moved include/espeak/speak_lib.h to include/espeak-ng/speak_lib.h and
created a symlink from the original location.
8 years ago
JRMeyer
9fdfd48fb6
changed Kyrgyz language code from kg to ky (latter being correct)
8 years ago
JRMeyer
7dcea6a758
added lines for compiling kyrgyz dictionary file
9 years ago
JRMeyer
9331bd2915
added ph_kyrgyz to Makefile.am
9 years ago
Reece H. Dunn
bfceb9c311
vim: Add syntax highlighting support for _list, _listx and _extra dictionary files.
9 years ago
Reece H. Dunn
26ecf79202
Build the Guarani language.
9 years ago
Reece H. Dunn
f3807eb28f
Replace in Makefile.am with the specific phsource reference to fix building on OpenBSD.
9 years ago
Reece H. Dunn
4f676ed175
Use pcaudiolib for the audio API layer.
9 years ago
Reece H. Dunn
a9fce482f3
Proper fix for building MBROLA phtrans files, avoiding GNUmake-isms.
9 years ago
Reece H. Dunn
2ffb11f3d5
Don't use a GNUmake-ism when building the MBROLA phtrans files.
9 years ago
Reece H. Dunn
1e76d38cb9
Build the 'mt', 'tn' and 'tt' language dictionaries.
9 years ago
Luke Yelavich
d5362b2608
build - Add pkg-config file
9 years ago
Reece H. Dunn
d51c8b97ee
Use AM_CFLAGS instead of AM_CXXFLAGS.
9 years ago
Reece H. Dunn
9ab55603c8
Fix building with the extended dictionaries enabled.
9 years ago
Reece H. Dunn
c14a3dbbba
Define LIBESPEAK_NG_EXPORT when building libespeak-ng via autotools.
9 years ago
Reece H. Dunn
9c7179189b
Add a stdint.h compatibility shim.
9 years ago
Reece H. Dunn
ec1a9cae63
Update the makefile rules to use espeak-ng to build the 'my' dictionary.
9 years ago
Reece H. Dunn
4f2560a6b0
Link to the math library in speak-ng as well as libespeak-ng.
9 years ago
Reece H. Dunn
84a605df62
Define _DEFAULT_SOURCE in addition to _BSD_SOURCE to prevent a warning on glibc >= 2.20.
9 years ago
Reece H. Dunn
cd64bfeb53
Install the espeak compatibility symlinks.
9 years ago
Reece H. Dunn
72db232ec3
Move include/espeak{-ng => }/speak_lib.h.
9 years ago
Reece H. Dunn
8c0d4a993d
Move the error formatting code to error.c.
9 years ago
Reece H. Dunn
71482ec913
Move the espeak_Initialize implementation to espeak_api.c.
9 years ago
Reece H. Dunn
d3dc398fd0
Rename src/libespeak-ng/{speak_lib => speech}.c.
9 years ago
Reece H. Dunn
5a3d5c0946
Check for the ronn command in configure before building the man files.
9 years ago
Reece H. Dunn
80a6464ec9
Build the man pages as part of the build process.
9 years ago
Reece H. Dunn
063f4dbe40
Add documentation for speak-ng.
9 years ago
Reece H. Dunn
db077dd3f7
Use portable rules to build the documentation.
9 years ago
Reece H. Dunn
6f4f6e573b
Add the ACLOCAL_AMFLAGS option to Makefile.am.
9 years ago
Reece H. Dunn
e69c936329
Remove the debugging code.
The debugging code is done inconsistently, mainly to trace the
event and audio output logic. This makes it harder to understand
the code flow for logic that is not enabled by default.
As such the debugging code makes the code harder to maintain.
9 years ago
Reece H. Dunn
7874411c4d
Always include the #ifdef LIBRARY code.
9 years ago
Reece H. Dunn
92e6d2b671
Fix and update the ssml.md documentation as markup.md.
9 years ago
Reece H. Dunn
2c70000d8a
Fix and update the intonation.md documentation.
9 years ago
Reece H. Dunn
75719bf814
Fix and update the phontab.md documentation; merge in the relevant parts of the phonemes documentation.
9 years ago
Reece H. Dunn
35b71dcf2b
Fix and update the mbrola.md documentation.
9 years ago
Reece H. Dunn
6e77ed807d
Fix and update the voices.md documentation.
9 years ago
Reece H. Dunn
f68f344e1d
Fix and update the dictionary.md documentation.
9 years ago
Reece H. Dunn
2489e21238
Fix and update the add_language.md documentation.
9 years ago
Reece H. Dunn
457e8f86e2
Merge docindex.html into index.md; remove espeakedit related documentation.
9 years ago
Reece H. Dunn
fbeeb50a58
Import the Ubuntu man page for espeak in the ronn format.
9 years ago
Reece H. Dunn
32ad5a1283
Convert the index.html documentation to markdown.
9 years ago
Reece H. Dunn
0ad59a7f55
Support converting the markdown-based documentation to HTML.
9 years ago
Reece H. Dunn
f10b2ccb85
Use the system's sonic files.
This allows newer versions of sonic to be used and to keep
up-to-date with bug fixes provided by the system.
9 years ago
Reece H. Dunn
967cfe4b9f
Some systems need -lm to use the math library functions.
9 years ago
Reece H. Dunn
603f046154
Avoid implicit function messages when building the project.
9 years ago
Reece H. Dunn
406d74b216
Restructure the Makefile to simplify its layout.
9 years ago
Reece H. Dunn
3d6b0d15d1
Remove wxWidgets and the remaining parts of espeakedit from the build.
9 years ago