86 Commits (a9c6d6a5e9e9cb0a496ad02f9dfe82c66c2bde29)

Author SHA1 Message Date
  Sascha Brawer 2e2afe5cdf Fix typo: “Kirshenbaum” encoding, not “Hirshenbaum” 7 years ago
  Reece H. Dunn 7ea0d0d7e9 speech.c: Fix -Wmissing-prototypes warnings. 8 years ago
  Reece H. Dunn 882c2651e1 Fix setting the default voice from espeak_SetVoiceByProperties. 8 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
  yorkie db79bd12eb build, encoding: include stdint 8 years ago
  Reece H. Dunn dd90d3812d tokenizer.c: Support general symbol tokens. 8 years ago
  Reece H. Dunn 786575c6ed tokenizer.c: Support general punctuation tokens. 8 years ago
  Reece H. Dunn 683579f403 Make the tokenizer.h API public. 8 years ago
  Reece H. Dunn 9af96da469 Make the encoding.h API public. 8 years ago
  Reece H. Dunn b74f756f00 encoding.c: Support the ISO-10646-UCS-2 encoding. 8 years ago
  Reece H. Dunn fa5d31a8af encoding.c: Support the UTF-8 encoding. 8 years ago
  Reece H. Dunn 2499610433 encoding.c: Support the ISCII encoding. 8 years ago
  Reece H. Dunn 39f3ea54cf encoding.c: Support the KOI8-R encoding. 8 years ago
  Reece H. Dunn b8a1006dd8 encoding.c: Support the ISO 8859-16 encoding. 8 years ago
  Reece H. Dunn 166e815723 encoding.c: Support the ISO 8859-15 encoding. 8 years ago
  Reece H. Dunn 0235c42652 encoding.c: Support the ISO 8859-14 encoding. 8 years ago
  Reece H. Dunn 24faceab57 encoding.c: Support the ISO 8859-13 encoding. 8 years ago
  Reece H. Dunn 495c0aed20 encoding.c: Support the ISO 8859-11 encoding. 8 years ago
  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 96e34565ed Use a default buffer length of 60mS to fix using MBROLA voices. 8 years ago
  Reece H. Dunn d828156576 Reduce buffer length to 50mS and don't override it when using eSpeak for audio. 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
  Reece H. Dunn 4920ecc79c Move espeak-data to espeak-ng-data to avoid conflicting with upstream espeak. 9 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 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. 9 years ago
  Reece H. Dunn 619fc6424d Make LoadDataFile return an espeak_ng_STATUS code. 9 years ago