Yury Popov
9725cedc8e
windows: fix definitions
2 years ago
Juho Hiltunen
4a2890250b
code cleanup: new file langopts.c for handling language options.
The switch case in LoadVoice() currently mixes voice and language
options. This change will start separating them into two functions.
CheckTranslator will be moved to langopts.c. In the future there should
be no need to use it in voices.c. There will be other temporary
solutions also.
3 years ago
Alexander Epaneshnikov
389b1a9761
Windows: fix compilation
fb06936c
b52d1f3afd
and c4d8976fbc
broke it.
3 years ago
Alexander Epaneshnikov
d54a02c5d9
windows: include new sourcecode files
ref: https://github.com/espeak-ng/espeak-ng/issues/857#issuecomment-962500311
3 years ago
Alexander Epaneshnikov
72d1bae4b6
windows: retarget solutions to latest sdk and PlatformToolset
3 years ago
datajake1999
5e502661d6
Add speechPlayer Klatt implementation as Klatt 6.
4 years ago
Valdis Vitolins
a99937f6c4
Remove Byte Order Marks from source files
5 years ago
Reece H. Dunn
19e425a169
windows: add ssml.c to the project to fix building on Windows
7 years ago
Reece H. Dunn
cec0e773a4
Remove the tokenizer code. This is not currently used, and should be designed from espeak's behaviour.
8 years ago
Reece H. Dunn
b16ff0119e
windows: update the project files to Visual Studio 2017
8 years ago
Reece H. Dunn
1c4ce3dcd3
tokenizer.c: create and use a clause_type_from_codepoint function, with tests.
8 years ago
Reece H. Dunn
9bbb16a74c
Add ucd-tools proplist.c to the build.
8 years ago
Reece H. Dunn
da62a4c097
Add mnemonics.c and encoding.c to the Windows build.
8 years ago
Reece H. Dunn
50a1a5f2f6
Windows: Update the Visual C++ project files to build the ucd-tools files.
8 years ago
Reece H. Dunn
5bc93cd7a8
windows: Compile phoneme.c in libespeak-ng.dll.
8 years ago
Ondřej Lysoněk
b784e77c57
Moved speak_lib.h to espeak-ng directory - the Windows part
9 years ago
Reece H. Dunn
b7b2567eb1
Build the Visual Studio 2015 Windows project with pcaudiolib xaudio2 support.
9 years ago
Reece H. Dunn
bc0b445281
Create a skeleton SAPI TtsEngine COM object.
9 years ago
Reece H. Dunn
7048ebdccf
Provide skeleton DllGetClassObject and DllCanUnloadNow implementations.
9 years ago
Reece H. Dunn
4db1b41b42
Disable all warnings in the Visual Studio project files.
9 years ago
Reece H. Dunn
aeca863f39
Move the Windows MBROLA API support layer to mbrowrap.c,
9 years ago
Reece H. Dunn
706d546182
Move the MBROLA API definitions for Windows to mbrowrap.h,
9 years ago
Reece H. Dunn
461f3fcc86
Fix building the x64 Visual C++ configuration.
9 years ago
Reece H. Dunn
3d0ae85faa
Enable MBROLA support in the Visual C++ project files.
9 years ago
Reece H. Dunn
c7386a8fa1
Enable Klatt support in the Visual C++ project files.
9 years ago
Reece H. Dunn
11101806ce
Support building espeak-ng.exe with Visual C++.
9 years ago
Reece H. Dunn
9c7179189b
Add a stdint.h compatibility shim.
9 years ago
Reece H. Dunn
7a2a6c64b4
Add an initial Visual Studio 2015 project for building libespeak-ng.dll on Windows.
9 years ago