Fredrik Nyqvist
93b02b522f
Correct command to build documentation
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
3f8711154c
Don't duplicate documentation between the README and add_language.
9 years ago
Reece H. Dunn
17f338d3a6
Remove the markdown files corresponding to HTML docs that are not relevant.
9 years ago
Reece H. Dunn
8744354626
Correct the links and names in index.md.
9 years ago
Reece H. Dunn
1a3b574b3b
Remove the languages documentation as this is covered in add_language.
9 years ago
Reece H. Dunn
2489e21238
Fix and update the add_language.md documentation.
9 years ago
Valdis Vitolins
32dbffd43f
Syntax of tables fixed for Github flawor
9 years ago
Valdis Vitolins
13afeb3ccb
Markdown document files cleaned up.
9 years ago
Valdis Vitolins
5530cf85c8
Markdown document files cleaned up.
9 years ago
Reece H. Dunn
457e8f86e2
Merge docindex.html into index.md; remove espeakedit related documentation.
9 years ago
Reece H. Dunn
e7ae2fde18
Incorporate the commands.html documentation in espeak-ng.1.ronn
9 years ago
Reece H. Dunn
8524a6aed6
Clean up the epspeak-ng man page; refer to espeak-ng, not espeak.
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
Valdis Vitolins
abda8e420e
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
9 years ago
Reece H. Dunn
f0c2c4cca2
Remove extra newlines from the files to provide consistent spacing.
9 years ago
Valdis Vitolins
7211732572
commands.md cleaned up to see how it looks on github
9 years ago
Valdis Vitolins
9b99340a5b
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
9 years ago
Reece H. Dunn
d345d74f64
Remove braces around single-line if/while/for/etc. and related cleanup.
9 years ago
Valdis Vitolins
a028a4ff95
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
9 years ago
Reece H. Dunn
9a837c8182
Remove parentheses around return statements.
9 years ago
Reece H. Dunn
12e0bb122b
Reformat the code using the uncrustify program.
9 years ago
Reece H. Dunn
a60f7ae56c
Don't use '$ ' at the start of build commands in the documentation.
9 years ago
Reece H. Dunn
0ad59a7f55
Support converting the markdown-based documentation to HTML.
9 years ago
Valdis Vitolins
78aec60405
Initial conversion of documents from HTML to markdown
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
7d8b983ee7
strcasecmp is no longer used, so remove the compatibility code
9 years ago
Reece H. Dunn
f84fdc2d98
Don't call the no longer implemented DrawEnvelopes
This was part of espeakedit, and used wxWidgets to draw the
envelope graphs.
9 years ago
Reece H. Dunn
85c87e83a9
Remove the LOG_FRAMES code which was only used in espeakedit.
9 years ago
Valdis Vitolins
dc030b6caa
Improvements for Latvian language
9 years ago
Reece H. Dunn
c874938b64
Merge branch 'espeak-italian'
9 years ago
chrislm
525da2d2ba
Updates november 2015
9 years ago
Reece H. Dunn
1c6681e3d4
Make espeak-ng use strncpy0, etc. from libespeak-ng.
This removes the implementation of those functions from espeak-ng
and use the versions in libespeak-ng.
NOTE: This is needed to cross-compile to Windows.
9 years ago
Reece H. Dunn
bf64b4ec3b
The pk_shape_x and pk_shape_y variables are not used, so remove them.
9 years ago
Reece H. Dunn
4ec02683f1
Remove the unused ph_sorter function in compiledata.c
9 years ago
Reece H. Dunn
41ab4715d8
The group_tone_emph variable is set but not used, so remove it.
9 years ago
Reece H. Dunn
8486c5d678
The post_tonic variable is set but not used, so remove it.
9 years ago
Reece H. Dunn
08b6ad3a00
Fix a logical check in numbers.c
9 years ago
Reece H. Dunn
26b1e83b9c
Remove the unused PeaksZero function in spect.c
9 years ago
Reece H. Dunn
f099f6cc80
Remove the unused PrintPhonemesUsed function in compiledata.c
9 years ago
Reece H. Dunn
c1a5950605
Add instructions for cross-compiling for Windows on POSIX systems.
9 years ago
Reece H. Dunn
6aee7b721f
Fix a value conversion warning on 64-bit builds.
9 years ago
Reece H. Dunn
66c2831bed
Use intptr_t from stdint.h instead of a custom long64 typedef.
9 years ago
Reece H. Dunn
91cd9bdc21
Fix building espeak-ng using --with-mbrola=no
9 years ago