785 Commits (8c0d4a993d3ae5a98a4c8b7ae4be00d70682a92b)

Author SHA1 Message Date
  Reece H. Dunn 9fe525fb13 Move more code into espeak_ng_InitializeOutput. 10 years ago
  Reece H. Dunn 4f1e7af0da Expose select_output as espeak_ng_InitializeOutput. 10 years ago
  Reece H. Dunn 32819f7957 Map the espeak_AUDIO_OUTPUT enumeration to espeak_ng_OUTPUT_MODE flags. 10 years ago
  Reece H. Dunn e341068d57 Move more initialization logic to espeak_ng_Initialize. 10 years ago
  Reece H. Dunn 75f7558801 Share the initialise implementation between libespeak-ng and speak-ng. 10 years ago
  Reece H. Dunn 660f18f3a3 Make use of the new espeak_ng_InitializePath API. 10 years ago
  Reece H. Dunn 44dbfc1b31 Share the init_path implementation between libespeak-ng and speak-ng. 10 years ago
  Reece H. Dunn c2811d074e Make LoadPhData return an espeak_ng_STATUS code. 10 years ago
  Reece H. Dunn 2e88afeaa0 Move the clock_gettime2 and add_time_in_ms implementation to event.c to avoid code duplication. 10 years ago
  Reece H. Dunn 56bfebe2fd Only include the null wave* implementation in wave.c. 10 years ago
  Reece H. Dunn d7801617f7 Always enable the wave* code irrespective of whether USE_ASYNC is defined. 10 years ago
  Reece H. Dunn 5a793e4dea wave: make use of the device parameter to wave_open 10 years ago
  Reece H. Dunn 856a4d4bea wave_pulse: make use of the device parameter to wave_open 10 years ago
  Reece H. Dunn fee1ca32b5 wave_sada: make use of the device parameter to wave_open 10 years ago
  Reece H. Dunn 104a9de6da Expose a device name parameter to wave_open. 10 years ago
  Reece H. Dunn 843f4d0dd4 Combine wave_init and wave_open. 10 years ago
  Reece H. Dunn af75ed03e8 Fix building on Windows systems. 10 years ago
  Reece H. Dunn 53aac7f3a5 Fix clang -Wconditional-uninitialized warnings. 10 years ago
  Reece H. Dunn 80914cc40e Fix clang -Wunused-macros warnings. 10 years ago
  Reece H. Dunn fe31f299ca Fix clang -Wunreachable-code-return warnings. 10 years ago
  Reece H. Dunn 9e643b5620 Fix clang -Wunreachable-code-break warnings. 10 years ago
  Reece H. Dunn c1f0529747 DecompilePhoneme does nothing (returns before doing anything), so remove it (it was used to debug/trace CompilePhoneme). 10 years ago
  Reece H. Dunn d9258426bd Fix GCC -Wsign-compare warnings. 10 years ago
  Reece H. Dunn b11d540718 Fix GCC -Wunused-parameter warnings. 10 years ago
  Reece H. Dunn 8771b1c29c The modn parameter of SetSynth_Klatt is not used, so remove it. 10 years ago
  Reece H. Dunn 8091938430 The fill_zeros parameter of WavegenFill is not used, so remove it. 10 years ago
  Reece H. Dunn f38a075575 The next_pause parameter of TranslateWord is not used, so remove it. 10 years ago
  Reece H. Dunn 75758a9712 Fix GCC -Wunused-but-set-variable warnings. 10 years ago
  Reece H. Dunn bc288a04f4 Implement espeak_SetVoiceByProperties directly from the SetVoiceByProperties implementation. 10 years ago
  Reece H. Dunn 9ab5fad596 Implement espeak_SetVoiceByName directly from the SetVoiceByName implementation. 10 years ago
  Reece H. Dunn 7afdd17fca Merge identical code branches in speak-ng. 10 years ago
  Reece H. Dunn 230ddd9fe2 Generate build errors if phoneme or language data files contain errors. 10 years ago
  Reece H. Dunn dfdb4e2391 Remove the Error wrapper -- use error directly. 10 years ago
  Reece H. Dunn 6821f0dab0 Use variable arguments to simplify error(...) usage. 10 years ago
  Reece H. Dunn 17c61b25d7 Output phoneme compilation errors to stderr. 10 years ago
  Reece H. Dunn 063f4dbe40 Add documentation for speak-ng. 10 years ago
  Reece H. Dunn d460f1c448 Support the additional --compile-... options in speak-ng. 10 years ago
  Reece H. Dunn 89a7829244 Add --help documentation for --compile-debug. 10 years ago
  Reece H. Dunn 522e7c4d51 Revert commit 14a2fb39cf89c8e5561f833f961d8330059daaae 10 years ago
  Reece H. Dunn 5bbc0d3743 Remove the PLATFORM_RISCOS code. 10 years ago
  Reece H. Dunn e69c936329 Remove the debugging code. 10 years ago
  Reece H. Dunn 7874411c4d Always include the #ifdef LIBRARY code. 10 years ago
  Reece H. Dunn 19f9ed629b Remove the debugging code in OUTPUT_FORMAT and LIST_GROUP_INFO as this is not compiled by default. 10 years ago
  Reece H. Dunn cc66180705 Remove the remaining SPECT_EDITOR code from espeakedit. 10 years ago
  Reece H. Dunn 1a36df1206 Remove the remaining MAKE_ENVELOPES usage. 10 years ago
  Fredrik Nyqvist 14a2fb39cf Declare variables at their first point of use 10 years ago
  Reece H. Dunn 3e99752d0c Check and fix source code formatting. 10 years ago
  Reece H. Dunn e7ae2fde18 Incorporate the commands.html documentation in espeak-ng.1.ronn 10 years ago
  Reece H. Dunn 8524a6aed6 Clean up the epspeak-ng man page; refer to espeak-ng, not espeak. 10 years ago
  Reece H. Dunn fbeeb50a58 Import the Ubuntu man page for espeak in the ronn format. 10 years ago