55 Commits (520a30e0b002dcaf0428e0599e8ed2f05aff6e46)

Author SHA1 Message Date
  Reece H. Dunn 0325a42374 Revert "wavegen.c: Fix -Wunused-but-set-variable warning." 7 years ago
  Samuel Thibault f75c5ccbe3 Fix out of bound access when buffer size is odd 7 years ago
  Juho Hiltunen 6d751c93bf wavegen.c: Fix -Wunused-but-set-variable warning. 7 years ago
  Juho Hiltunen 1bad240de8 maintainability: remove some unused variables and unnecessary extern declarations 7 years ago
  Juho Hiltunen f00ff91fe4 headers: add new file wavegen.h with declarations of functions in wavegen.c 7 years ago
  Juho Hiltunen d1fd650219 Replace references to USHORT, DOUBLEX and UCHAR with unsigned short, double and unsigned char. 7 years ago
  Juho Hiltunen 738492100a make all headers (almost) self-contained by using include guards and #include statements within headers 7 years ago
  Juho Hiltunen 4f56345fb5 Use stdbool instead of int (Issue #8) 7 years ago
  Reece H. Dunn 90d53e145f Move the klatt methods from synthesize.h to klatt.h. 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 6ab1314843 Move outbuf_size to where it is actually used. 8 years ago
  Reece H. Dunn 006bd842c3 Fix indentation in wavegen.c. 8 years ago
  Valdis Vitolins 640f0d8160 Typo fixes 8 years ago
  Ondřej Lysoněk 3817ee1e16 Moved speak_lib.h to espeak-ng directory 8 years ago
  Reece H. Dunn 371216006f Protect against wvoice being NULL in wavegen.c. 9 years ago
  Reece H. Dunn 674d55e605 Remove support for pa_device in the config file (now have a device command-line option). 9 years ago
  Reece H. Dunn eebb079718 Remove the Wave(Init|Open|Close)Sound functions as these are no longer used. 9 years ago
  Reece H. Dunn 4cde8b6d13 option_quiet is no longer used (always set to 0), so remove it 9 years ago
  Reece H. Dunn 914e64aba8 option_waveout is no longer used in libespeak-ng, so remove it 9 years ago
  Reece H. Dunn 4b61d38551 Use M_PI instead of PI. 9 years ago
  Reece H. Dunn 96c43f3eb2 Clean up the include files to make them consistent. 9 years ago
  Reece H. Dunn 8e7f4e7e3d Fix the realloc usage of outbuffer in WaveCallback(wavegen.c) 9 years ago
  Reece H. Dunn 9c7179189b Add a stdint.h compatibility shim. 9 years ago
  Reece H. Dunn 0966892fef Remove a dead assignment in PeaksToHarmspect(wavegen.c) [clang scan-build] 9 years ago
  Reece H. Dunn 72db232ec3 Move include/espeak{-ng => }/speak_lib.h. 9 years ago
  Reece H. Dunn c2811d074e Make LoadPhData return an espeak_ng_STATUS code. 9 years ago
  Reece H. Dunn 53aac7f3a5 Fix clang -Wconditional-uninitialized warnings. 9 years ago
  Reece H. Dunn 80914cc40e Fix clang -Wunused-macros warnings. 9 years ago
  Reece H. Dunn fe31f299ca Fix clang -Wunreachable-code-return warnings. 9 years ago
  Reece H. Dunn b11d540718 Fix GCC -Wunused-parameter warnings. 9 years ago
  Reece H. Dunn 8771b1c29c The modn parameter of SetSynth_Klatt is not used, so remove it. 9 years ago
  Reece H. Dunn 8091938430 The fill_zeros parameter of WavegenFill is not used, so remove it. 9 years ago
  Reece H. Dunn 522e7c4d51 Revert commit 14a2fb39cf89c8e5561f833f961d8330059daaae 9 years ago
  Reece H. Dunn 5bbc0d3743 Remove the PLATFORM_RISCOS code. 9 years ago
  Reece H. Dunn 7874411c4d Always include the #ifdef LIBRARY code. 9 years ago
  Reece H. Dunn cc66180705 Remove the remaining SPECT_EDITOR code from espeakedit. 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 f10b2ccb85 Use the system's sonic files. 9 years ago
  Reece H. Dunn 85c87e83a9 Remove the LOG_FRAMES code which was only used in espeakedit. 9 years ago
  Reece H. Dunn bf64b4ec3b The pk_shape_x and pk_shape_y variables are not used, so remove them. 9 years ago
  Reece H. Dunn 66c2831bed Use intptr_t from stdint.h instead of a custom long64 typedef. 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