1015 Commits (2893de65acc4eced9ccbb5430ddfb6a73d0a968b)

Author SHA1 Message Date
  Reece H. Dunn d52f00cd24 Fix a buffer size calculation in Lookup. 9 years ago
  Reece H. Dunn b77636db84 Remove the duplicate portaudio.h include from wave.c. 9 years ago
  Reece H. Dunn 72db232ec3 Move include/espeak{-ng => }/speak_lib.h. 9 years ago
  Reece H. Dunn a675073381 Remove the uses of fopen_log in compiledata.c. 9 years ago
  Reece H. Dunn 2c446ecba3 Properly clean up the open files in CompilePhonemeData2. 9 years ago
  Reece H. Dunn 3f80fd712e Use the error context API in the compile_dictrules helper function. 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 a8eb65ee61 Fix the logic from commit 3343bb45b6274c92555b2619dbce8ff8547b0cf4 that caused the end of the speech to be clipped. 10 years ago
  Reece H. Dunn 59006f4762 Fix the LoadDataFile logic from commit 619fc6424d093b9a684eda77a9916361af15b563 10 years ago
  Reece H. Dunn 8c0d4a993d Move the error formatting code to error.c. 10 years ago
  Reece H. Dunn 32655d264d Make LoadSpect return an espeak_ng_STATUS code. 10 years ago
  Reece H. Dunn 619fc6424d Make LoadDataFile return an espeak_ng_STATUS code. 10 years ago
  Reece H. Dunn 1210464a31 CompileToneSpec always returns 0, so make it return void. 10 years ago
  Reece H. Dunn a04a7af003 CompileSound always returns 0, so make it return void. 10 years ago
  Reece H. Dunn 77eb4262f2 Use espeak_ng_PrintStatusCodeMessage for espeak_ng_Initialize error formatting. 10 years ago
  Reece H. Dunn f8b3764bef Create espeak-ng APIs for formatting espeak_ng_STATUS codes. 10 years ago
  Reece H. Dunn ccb409c600 Return an espeak_ng_STATUS code in LoadSpectSeq. 10 years ago
  Reece H. Dunn ae0d188c73 Fix the allocation of the spect->frames array. [clang scan-build] 10 years ago
  Reece H. Dunn 1d14c2a2f1 Always pass plist to WritePhMnemonic [clang scan-build] 10 years ago
  Reece H. Dunn fb99a17b7f new_translator may be NULL when processing the charset command [clang scan-build] 10 years ago
  Reece H. Dunn 9ff06ce43c Map the correct espeak-ng status codes to EE_NOT_FOUND. 10 years ago
  Reece H. Dunn 4001a7fbdf Fix infinite recursions in the espeak_SetVoiceBy(Name|Properties) implementations. 10 years ago
  Reece H. Dunn 0dcc1083a2 Fix mapping to the EE_NOT_FOUND status code. 10 years ago
  Reece H. Dunn 76d8c67b52 Fix the mutex logic in fifo.c from the espeak_ng_STATUS changes. 10 years ago
  Reece H. Dunn 6aeb5a26f0 Replace the remaining espeak_ERROR code usage with espeak_ng_STATUS. 10 years ago
  Reece H. Dunn 3343bb45b6 Make the event API use espeak_ng_STATUS. 10 years ago
  Reece H. Dunn e69f0f41f0 Make LoadMbrolaTable return espeak_ng_STATUS. 10 years ago
  Reece H. Dunn df170d1c48 Create an espeak-ng version of espeak_SetVoiceBy(Name|Properties). 10 years ago
  Reece H. Dunn cec20ab48a Move callback API implementations back to speech.c. 10 years ago
  Reece H. Dunn d5fdd0eb92 Create an espeak-ng version of espeak_Terminate. 10 years ago
  Reece H. Dunn 4ba60623e8 Create an espeak-ng version of espeak_Synchronize. 10 years ago
  Reece H. Dunn 079712ab79 Create an espeak-ng version of espeak_Cancel. 10 years ago
  Reece H. Dunn 50120034ad Create an espeak-ng version of espeak_SetPunctuationList. 10 years ago
  Reece H. Dunn 93898d7960 Create an espeak-ng version of espeak_SetParameter. 10 years ago
  Reece H. Dunn 95b1fdc4b9 Create an espeak-ng version of espeak_Synth_Mark. 10 years ago
  Reece H. Dunn 06cbd9d096 Create an espeak-ng version of espeak_Synth. 10 years ago
  Reece H. Dunn 21d29154ce Propagate the Synthesize status return code through sync_espeak_(Key|Char). 10 years ago
  Reece H. Dunn bf6f6f093f Make Synthesize return an espeak_ng_STATUS code. 10 years ago
  Reece H. Dunn f2bd7f4b51 Don't add the size parameter to the synthesize method structures as the synthesize methods don't use the size parameter. 10 years ago
  Reece H. Dunn 5e42051a30 Move the espeak callback APIs to espeak_api.c. 10 years ago
  Reece H. Dunn 7d8d91698f Remove the f_logespeak logging code. 10 years ago
  Reece H. Dunn e294760385 Return the status from Synthesize directly. 10 years ago
  Reece H. Dunn b843d2a415 Remove the unused size parameter in the sync_espeak_Synth commands. 10 years ago
  Reece H. Dunn 7569d1c4c3 Create an espeak-ng version of espeak_Key. 10 years ago