Reece H. Dunn
|
84f20f8bb8
|
encoding.c: Support the ISO 8859-10 encoding.
|
8 years ago |
Reece H. Dunn
|
0421f127e8
|
encoding.c: Support the ISO 8859-9 encoding.
|
8 years ago |
Reece H. Dunn
|
7da585e25e
|
encoding.c: Support the ISO 8859-8 encoding.
|
8 years ago |
Reece H. Dunn
|
56c0b38785
|
encoding.c: Support the ISO 8859-7 encoding.
|
8 years ago |
Reece H. Dunn
|
9e4638ff25
|
encoding.c: Support the ISO 8859-6 encoding.
|
8 years ago |
Reece H. Dunn
|
51295d9d1b
|
encoding.c: Support the ISO 8859-5 encoding.
|
8 years ago |
Reece H. Dunn
|
b5589fc5ee
|
encoding.c: Support the ISO 8859-4 encoding.
|
8 years ago |
Reece H. Dunn
|
a93b0f3d64
|
encoding.c: Support the ISO 8859-3 encoding.
|
8 years ago |
Reece H. Dunn
|
0a0e84a322
|
encoding.c: Support the ISO 8859-2 encoding.
|
8 years ago |
Reece H. Dunn
|
26bec1eedf
|
encoding.c: Support the ISO 8859-1 encoding.
|
8 years ago |
Reece H. Dunn
|
0590da5da7
|
encoding.c: Create a string decoding API; support US-ASCII decoding.
|
8 years ago |
Reece H. Dunn
|
26f4eb4f8f
|
encoding.c: Support US-ASCII encoding names.
|
8 years ago |
Reece H. Dunn
|
b47363b7d3
|
Create an espeak_ng_EncodingFromName API.
|
8 years ago |
Reece H. Dunn
|
f6147085cd
|
Use enumeration constants for the voice gender field values.
|
8 years ago |
Reece H. Dunn
|
f76d2558c9
|
phoneme: add a phoneme_add_feature internal API method.
|
8 years ago |
Reece H. Dunn
|
eb91c8dfce
|
espeak_ng_CompilePhonemeDataPath: Allow the user to specify the source and destination paths for the phoneme data.
|
8 years ago |
Reece H. Dunn
|
a48576a364
|
Return ENS_SPEECH_STOPPED from Synthesize when the speech callback returns >1 to stop the audio.
|
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.
|
9 years ago |
Reece H. Dunn
|
11101806ce
|
Support building espeak-ng.exe with Visual C++.
|
9 years ago |
Reece H. Dunn
|
dea7d441f2
|
Avoid passing 0 to realloc in ReadPhondataManifest(compiledata.c). [clang scan-build]
|
9 years ago |
Reece H. Dunn
|
72db232ec3
|
Move include/espeak{-ng => }/speak_lib.h.
|
9 years ago |
Reece H. Dunn
|
7aa506d145
|
Use the error context API in espeak_ng_CompilePhonemeData.
|
9 years ago |
Reece H. Dunn
|
57eb9628d6
|
Use the error context API in espeak_ng_CompileIntonation.
|
9 years ago |
Reece H. Dunn
|
82681567e5
|
Use the error context API in espeak_ng_CompileMbrolaVoice.
|
9 years ago |
Reece H. Dunn
|
a3f0795fb7
|
Use the error context API in espeak_ng_CompileDictionary.
|
9 years ago |
Reece H. Dunn
|
9d860cb180
|
Support displaying error context information.
|
9 years ago |
Reece H. Dunn
|
013e282d1a
|
Use the error context API in espeak_ng_Initialize.
|
9 years ago |
Reece H. Dunn
|
378490b65f
|
Create an error context API.
This will allow the espeak-ng methods to provide more context
information for the errors that can then be used in things like
GUI applications.
|
9 years ago |
Reece H. Dunn
|
619fc6424d
|
Make LoadDataFile return an espeak_ng_STATUS code.
|
9 years ago |
Reece H. Dunn
|
f8b3764bef
|
Create espeak-ng APIs for formatting espeak_ng_STATUS codes.
|
9 years ago |
Reece H. Dunn
|
ccb409c600
|
Return an espeak_ng_STATUS code in LoadSpectSeq.
|
9 years ago |
Reece H. Dunn
|
6aeb5a26f0
|
Replace the remaining espeak_ERROR code usage with espeak_ng_STATUS.
|
9 years ago |
Reece H. Dunn
|
3343bb45b6
|
Make the event API use espeak_ng_STATUS.
|
9 years ago |
Reece H. Dunn
|
e69f0f41f0
|
Make LoadMbrolaTable return espeak_ng_STATUS.
|
9 years ago |
Reece H. Dunn
|
df170d1c48
|
Create an espeak-ng version of espeak_SetVoiceBy(Name|Properties).
|
9 years ago |
Reece H. Dunn
|
d5fdd0eb92
|
Create an espeak-ng version of espeak_Terminate.
|
9 years ago |
Reece H. Dunn
|
4ba60623e8
|
Create an espeak-ng version of espeak_Synchronize.
|
9 years ago |
Reece H. Dunn
|
079712ab79
|
Create an espeak-ng version of espeak_Cancel.
|
9 years ago |
Reece H. Dunn
|
50120034ad
|
Create an espeak-ng version of espeak_SetPunctuationList.
|
9 years ago |
Reece H. Dunn
|
93898d7960
|
Create an espeak-ng version of espeak_SetParameter.
|
9 years ago |
Reece H. Dunn
|
95b1fdc4b9
|
Create an espeak-ng version of espeak_Synth_Mark.
|
9 years ago |
Reece H. Dunn
|
06cbd9d096
|
Create an espeak-ng version of espeak_Synth.
|
9 years ago |
Reece H. Dunn
|
bf6f6f093f
|
Make Synthesize return an espeak_ng_STATUS code.
|
9 years ago |
Reece H. Dunn
|
7569d1c4c3
|
Create an espeak-ng version of espeak_Key.
|
9 years ago |
Reece H. Dunn
|
4ca39ab26c
|
Create an espeak-ng version of espeak_Char.
|
9 years ago |
Reece H. Dunn
|
dfdc76e1d8
|
Use espeak_ng_STATUS codes for the fifo API.
|
9 years ago |
Reece H. Dunn
|
563e4e3769
|
Use ENS_ for eSpeak NG error codes, and standardize on a numbering scheme.
|
9 years ago |
Reece H. Dunn
|
f9ea83430e
|
Use errno codes in place of ENE_(READ|WRITE)_ERROR.
|
9 years ago |
Reece H. Dunn
|
74db6dac63
|
Use the ENOMEM errno code instead of ENE_OUT_OF_MEMORY.
|
9 years ago |
Reece H. Dunn
|
b28a0001c0
|
espeak-ng: use the new espeak-ng initialization APIs
|
9 years ago |