53 Commits (48d0361db73e04983e9936a20f429ab20f9e31e1)

Author SHA1 Message Date
  Reece H. Dunn 1a0594c62f Fix reading stdin buffers larger than 1000. 8 years ago
  Reece H. Dunn e372d84348 espeak-ng: add a <phsource-dir> argument to --compile-phonemes. 8 years ago
  Reece H. Dunn 59ca718d40 Always use 'en' as the default voice/language. 8 years ago
  Reece H. Dunn a45b58d106 Fix the eSpeak NG project name used in '--version'. 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 8f44217e70 Fix wave file truncation when reading multiline text from stdin or FIFO (line-by-line reading mode). 9 years ago
  Reece H. Dunn 326d199f49 List the help option when displaying the help message. 9 years ago
  Ondřej Lysoněk 7659aaa2e8 Support reading input from named pipes 9 years ago
  Reece H. Dunn 1d4fa18884 speak-ng: use the espeak-ng.c implementation in synchronous playback mode 9 years ago
  Reece H. Dunn 77b5f6a1c0 Use BCP 47 conformant language codes for the languages and accents. 9 years ago
  Reece H. Dunn 03fdc8bc31 Check fseek calls in CloseWavFile(espeak-ng.c). [Coverity] 9 years ago
  Reece H. Dunn eaa0c9aa08 Fix truncated fgetc return value in main(espeak-ng.c). [Coverity] 9 years ago
  Reece H. Dunn 96c43f3eb2 Clean up the include files to make them consistent. 9 years ago
  Reece H. Dunn c22550afb5 Use the NetBSD getopt_long implementation on Windows. 9 years ago
  Reece H. Dunn a64e048c51 Check malloc/realloc in the flag_stdin codepath of espeak-ng.c. 9 years ago
  Reece H. Dunn 0ca520a4ec Revert the gcc sign conversion warning fixes. 9 years ago
  Reece H. Dunn 0cc0300328 Fix gcc sign conversion warnings in espeak-ng.c. 9 years ago
  Reece H. Dunn 11101806ce Support building espeak-ng.exe with Visual C++. 9 years ago
  Reece H. Dunn 5ebd28e4bc Use HAVE_GETOPT_H for the getopt.h checks. 9 years ago
  Reece H. Dunn c45e70142b espeak-ng: display the underlying error on failure 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 77eb4262f2 Use espeak_ng_PrintStatusCodeMessage for espeak_ng_Initialize error formatting. 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 09d071046a Check for ENE_VERSION_MISMATCH from espeak_ng_Initialize. 9 years ago
  Reece H. Dunn 0d0bb33297 espeak-ng: support specifying the device name from the command line 9 years ago
  Reece H. Dunn b28a0001c0 espeak-ng: use the new espeak-ng initialization APIs 9 years ago
  Reece H. Dunn 660f18f3a3 Make use of the new espeak_ng_InitializePath API. 9 years ago
  Reece H. Dunn 9e643b5620 Fix clang -Wunreachable-code-break warnings. 9 years ago
  Reece H. Dunn d9258426bd Fix GCC -Wsign-compare warnings. 9 years ago
  Reece H. Dunn 230ddd9fe2 Generate build errors if phoneme or language data files contain errors. 9 years ago
  Reece H. Dunn 89a7829244 Add --help documentation for --compile-debug. 9 years ago
  Reece H. Dunn 522e7c4d51 Revert commit 14a2fb39cf89c8e5561f833f961d8330059daaae 9 years ago
  Fredrik Nyqvist 14a2fb39cf Declare variables at their first point of use 9 years ago
  Reece H. Dunn 3e99752d0c Check and fix source code formatting. 9 years ago
  Reece H. Dunn f0c2c4cca2 Remove extra newlines from the files to provide consistent spacing. 9 years ago
  Reece H. Dunn d345d74f64 Remove braces around single-line if/while/for/etc. and related cleanup. 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 1c6681e3d4 Make espeak-ng use strncpy0, etc. from libespeak-ng. 9 years ago
  Reece H. Dunn c71b24a9a5 Use a consistent license notice in the source files. 9 years ago
  Reece H. Dunn cbe8695fcb Remove the * box around the file headers. 9 years ago
  Reece H. Dunn 36be9ac13f Use the default uncrustify config (with indentation changes) to reformat the code. 9 years ago
  Reece H. Dunn 5e0050419d Remove comments that deliniate the start and end of functions, etc.. 9 years ago