Reece H. Dunn
c793cd795b
README: fix and extend the supported compiler documentation.
9 years ago
Reece H. Dunn
2e6ed46bf5
README: move the ronn command to the optional dependencies description section.
9 years ago
Reece H. Dunn
a63caac1ed
Require a C99 compiler, not a C11 compiler and improve the C99 detection logic.
9 years ago
Reece H. Dunn
891766ea5c
Work around missing AC_CHECK_HEADER_STDBOOL in older autoconf versions.
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
af75ed03e8
Fix building on Windows systems.
9 years ago
Reece H. Dunn
6e5e913526
travis: try installing ruby, then ronn via a gem
9 years ago
Reece H. Dunn
a45568fd69
travis: try installing dependencies from before_install
9 years ago
Reece H. Dunn
310812cc50
travis: try installing ronn via gem
9 years ago
Reece H. Dunn
c549ecdfe3
travis: ruby-rdiscount needs to be explicitly insta;;ed for ronn
9 years ago
Reece H. Dunn
828dc929b7
ronn is needed as part of the main build
9 years ago
Reece H. Dunn
88e2a3a66b
Support building on the Travis continuous integration servers.
9 years ago
Reece H. Dunn
c5fd4b7ef3
Document installing portaudio 18 vs 19 libraries on Debian/Ubuntu/... systems.
9 years ago
Reece H. Dunn
dffb80cb99
Added a CHANGELOG.md file.
9 years ago
Reece H. Dunn
53aac7f3a5
Fix clang -Wconditional-uninitialized warnings.
9 years ago
Reece H. Dunn
80914cc40e
Fix clang -Wunused-macros warnings.
9 years ago
Reece H. Dunn
fe31f299ca
Fix clang -Wunreachable-code-return warnings.
9 years ago
Reece H. Dunn
9e643b5620
Fix clang -Wunreachable-code-break warnings.
9 years ago
Reece H. Dunn
c1f0529747
DecompilePhoneme does nothing (returns before doing anything), so remove it (it was used to debug/trace CompilePhoneme).
9 years ago
Reece H. Dunn
d9258426bd
Fix GCC -Wsign-compare warnings.
9 years ago
Reece H. Dunn
b11d540718
Fix GCC -Wunused-parameter warnings.
9 years ago
Reece H. Dunn
8771b1c29c
The modn parameter of SetSynth_Klatt is not used, so remove it.
9 years ago
Reece H. Dunn
8091938430
The fill_zeros parameter of WavegenFill is not used, so remove it.
9 years ago
Reece H. Dunn
f38a075575
The next_pause parameter of TranslateWord is not used, so remove it.
9 years ago
Reece H. Dunn
75758a9712
Fix GCC -Wunused-but-set-variable warnings.
9 years ago
Reece H. Dunn
010157e1f6
Fix the documentation on the max. number of letter groups.
9 years ago
Reece H. Dunn
bc288a04f4
Implement espeak_SetVoiceByProperties directly from the SetVoiceByProperties implementation.
9 years ago
Reece H. Dunn
9ab5fad596
Implement espeak_SetVoiceByName directly from the SetVoiceByName implementation.
9 years ago
Reece H. Dunn
7afdd17fca
Merge identical code branches in speak-ng.
9 years ago
Reece H. Dunn
230ddd9fe2
Generate build errors if phoneme or language data files contain errors.
9 years ago
Reece H. Dunn
16e317af1b
Disable the equivalents table (this does not work properly).
9 years ago
Reece H. Dunn
1c0ba920ec
Fix phoneme file errors produced when compiling the phoneme data
9 years ago
Reece H. Dunn
dfdb4e2391
Remove the Error wrapper -- use error directly.
9 years ago
Reece H. Dunn
6821f0dab0
Use variable arguments to simplify error(...) usage.
9 years ago
Reece H. Dunn
17c61b25d7
Output phoneme compilation errors to stderr.
9 years ago
Reece H. Dunn
0496a8e6af
Remove the no longer relevant praat changes from the README documentation.
9 years ago
Reece H. Dunn
80f228674d
Link to the speak-ng.1 documentation in the README file.
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
d460f1c448
Support the additional --compile-... options in speak-ng.
9 years ago
Reece H. Dunn
89a7829244
Add --help documentation for --compile-debug.
9 years ago
Reece H. Dunn
a77d246776
Be specific in the make command to build phoneme data.
9 years ago
Reece H. Dunn
b8aa4a3559
Expand the README build documentation.
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
522e7c4d51
Revert commit 14a2fb39cf89c8e5561f833f961d8330059daaae
This commit has been reported to cause distortions in phoneme
pitches and speeds.
9 years ago
Valdis Vitolins
932f530a81
Phoneme descriptions copied from now removed docs/phonemes.* file to phsource/phonemes and phsource/ph_english files
9 years ago
Valdis Vitolins
030b147767
Merge remote-tracking branch 'origin/master'
olins/espeak-ng
Conflicts:
docs/add_language.md
docs/languages.md
Conflicts:
docs/add_language.md
docs/languages.md
Conflicts:
docs/add_language.md
docs/languages.md
9 years ago
Reece H. Dunn
5d295bdd30
Merge remote-tracking branch 'nyqvist/master'
Conflicts:
src/libespeak-ng/compiledict.c
src/libespeak-ng/readclause.c
src/libespeak-ng/speak_lib.c
src/libespeak-ng/voices.c
src/libespeak-ng/wave_sada.c
src/libespeak-ng/wavegen.c
9 years ago
Reece H. Dunn
5bbc0d3743
Remove the PLATFORM_RISCOS code.
This is from the old espeak RiscOS port that has been removed.
If/when the espeak-ng program is ported to RiscOS, this will be
done in a different, more maintainable way.
9 years ago